File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/workflows/dependencies Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda
2828
2929# sudo wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
3030# sudo apt-key add 7fa2af80.pub
31- echo " deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 /" \
31+ echo " deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/" \
3232 | sudo tee /etc/apt/sources.list.d/cuda.list
3333
3434sudo apt-get update
@@ -39,6 +39,7 @@ sudo apt-get install -y \
3939 cuda-minimal-build-11-2 \
4040 cuda-nvml-dev-11-2 \
4141 cuda-nvtx-11-2 \
42- libcurand-dev-11-2
42+ libcurand-dev-11-2 \
43+ libcusparse-dev-11-2
4344sudo ln -s cuda-11.2 /usr/local/cuda
4445
You can’t perform that action at this time.
0 commit comments