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
13
13
# private registries that use a different repository naming conventions.
14
14
#
15
15
# 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
18
18
# TODO: Restore to base image after FlashInfer AOT wheel fixed
19
19
ARG FINAL_BASE_IMAGE=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
20
20
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG CUDA_VERSION=12.8.0
6
6
#
7
7
#################### BASE BUILD IMAGE ####################
8
8
# 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
10
10
ARG CUDA_VERSION=12.8.0
11
11
ARG PYTHON_VERSION=3.12
12
12
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments