Skip to content

Commit 1cbb48a

Browse files
committed
update
1 parent f7a023e commit 1cbb48a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/docker/Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ COPY --from=builder /usr/local/cuda-${CUDA_VERSION} /usr/local/cuda-${CUDA_VERSI
1414
# GCC<=14 for CUDA 12.9
1515
# GCC<=14 for CUDA 12.8
1616
# GCC<=13 for CUDA 12.6
17-
# GCC<=13 for CUDA 12.4
18-
# GCC<=12 for CUDA 12.1
19-
# GCC<=11 for CUDA 11.8
2017
# https://docs.nvidia.com/cuda/cuda-installation-guide-linux/#host-compiler-support-policy
21-
RUN dnf --setopt=install_weak_deps=False install -y gcc-toolset-11-toolchain
22-
ENV PATH=/opt/rh/gcc-toolset-11/root/usr/bin:/usr/local/cuda-${CUDA_VERSION}/bin:${PATH}
23-
ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-11/root/usr/lib64:/opt/rh/gcc-toolset-11/root/usr/lib:/usr/local/cuda-${CUDA_VERSION}/lib64:${LD_LIBRARY_PATH}
18+
RUN dnf --setopt=install_weak_deps=False install -y gcc-toolset-13
19+
ENV PATH=/opt/rh/gcc-toolset-13/root/usr/bin:/usr/local/cuda-${CUDA_VERSION}/bin:${PATH}
20+
ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/usr/local/cuda-${CUDA_VERSION}/lib64:${LD_LIBRARY_PATH}

0 commit comments

Comments
 (0)