This commit is contained in:
parent
0ba0c295ae
commit
f51605ad62
|
|
@ -97,7 +97,7 @@ RUN bash -lc '\
|
|||
set -euo pipefail; \
|
||||
NVCC_ARCHIVE_VERSION=12.8.93; \
|
||||
T=cuda_nvcc-linux-x86_64-${NVCC_ARCHIVE_VERSION}-archive; \
|
||||
curl -fsSLO https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/${T}.tar.xz && \
|
||||
curl -fL --http1.1 -O https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/${T}.tar.xz && \
|
||||
tar -xf ${T}.tar.xz && \
|
||||
install -m 0755 ${T}/bin/ptxas /usr/local/cuda/bin/ptxas && \
|
||||
/usr/local/cuda/bin/ptxas --version \
|
||||
|
|
|
|||
Loading…
Reference in New Issue