Skip to content

Commit 018116e

Browse files
committed
Figma
1 parent f0d1ff6 commit 018116e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

base/x86_64/gpu/cu128/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ARG PYTHON="python3"
2-
ARG PYTHON_VERSION="3.12.10"
3-
ARG PYTHON_SHORT_VERSION="3.12"
2+
ARG PYTHON_VERSION="3.11.12"
3+
ARG PYTHON_SHORT_VERSION="3.11"
44
ARG CUDA_MAJOR="12"
5-
ARG CUDA_MINOR="8"
5+
ARG CUDA_MINOR="6"
66
ARG EFA_VERSION="1.42.0"
7-
FROM nvidia/cuda:12.8.1-base-ubuntu24.04 AS base-builder
7+
FROM nvidia/cuda:12.6.3-base-ubuntu22.04 AS base-builder
88

99

1010
RUN mv /usr/local/cuda/compat /usr/local \
@@ -65,7 +65,7 @@ COPY install_cuda.sh install_cuda.sh
6565
RUN bash install_cuda.sh "${CUDA_MAJOR}.${CUDA_MINOR}" && rm install_cuda.sh
6666

6767
##############################################################################
68-
FROM nvidia/cuda:12.8.1-base-ubuntu24.04 AS final
68+
FROM nvidia/cuda:12.6.3-base-ubuntu22.04 AS final
6969
ARG PYTHON
7070
ARG PYTHON_SHORT_VERSION
7171
ARG CUDA_MAJOR

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deep_canary_mode = false
3737
[build]
3838
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3939
# available frameworks - ["base", "vllm", "autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = []
40+
build_frameworks = ["base"]
4141

4242

4343
# By default we build both training and inference containers. Set true/false values to determine which to build.

0 commit comments

Comments
 (0)