We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56d07b commit 87b42c7Copy full SHA for 87b42c7
Dockerfile.cuda
@@ -1,6 +1,6 @@
1
FROM ghcr.io/deepmodeling/abacus-development-kit:gnu
2
3
-RUN wget https://developer.download.nvidia.com/compute/cuda/11.4.2/local_installers/cuda_11.4.2_470.57.02_linux.run --no-check-certificate --quiet \
4
- && sh cuda_11.4.2_470.57.02_linux.run --toolkit --silent \
5
- && rm cuda_11.4.2_470.57.02_linux.run
+RUN wget https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda_11.7.0_515.43.04_linux.run --no-check-certificate --quiet \
+ && sh cuda_11.7.0_515.43.04_linux.run --toolkit --silent \
+ && rm cuda_11.7.0_515.43.04_linux.run
6
ENV PATH=/usr/local/cuda/bin:$PATH
0 commit comments