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 2c1c5a5 commit 8c66f0cCopy full SHA for 8c66f0c
.github/workflows/cuda/cu101-Windows.sh
@@ -6,7 +6,7 @@ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq
6
7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32"
7
8
export CUDA_SHORT=10.1
9
-export CUDA_URL=https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/local_installers
+export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/local_installers/
10
export CUDA_FILE=cuda_${CUDA_SHORT}.243_426.00_win10.exe
11
12
# Install CUDA:
0 commit comments