File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV BASE_DIR=/config \
1414# Set compiler and Torch/CUDA architecture for any potential runtime compilations
1515ENV CC=/usr/bin/gcc-13
1616ENV CXX=/usr/bin/g++-13
17- ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10"
17+ ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10 12 "
1818
1919# --- System & Package Installation ---
2020RUN apt-get update -q && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu24.04 AS builder
33
44ENV DEBIAN_FRONTEND=noninteractive
55ENV PIP_BREAK_SYSTEM_PACKAGES=1
6- ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10"
6+ ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10 12 "
77ENV MAX_JOBS=8
88WORKDIR /build
99
You can’t perform that action at this time.
0 commit comments