File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ARG PYTHON_VERSION=3.12
1313# private registries that use a different repository naming conventions.
1414#
1515# Example:
16- # docker build --build-arg BUILD_BASE_IMAGE=registry.acme.org/mirror/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20 .04
17- ARG BUILD_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20 .04
16+ # docker build --build-arg BUILD_BASE_IMAGE=registry.acme.org/mirror/nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22 .04
17+ ARG BUILD_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22 .04
1818# TODO: Restore to base image after FlashInfer AOT wheel fixed
1919ARG FINAL_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
2020
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG CUDA_VERSION=12.8.0
66#
77#################### BASE BUILD IMAGE ####################
88# prepare basic build environment
9- FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu20 .04 AS base
9+ FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22 .04 AS base
1010ARG CUDA_VERSION=12.8.0
1111ARG PYTHON_VERSION=3.12
1212ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments