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 3151a15 commit d5eae3bCopy full SHA for d5eae3b
.github/workflows/build-ci.yml
@@ -96,7 +96,7 @@ jobs:
96
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
97
sudo dpkg -i cuda-keyring_1.1-1_all.deb
98
sudo apt-get update # Run apt-get update only once
99
- sudo apt-get install -y build-essential libcurl4-openssl-dev ccache cuda
+ sudo apt-get install -y build-essential libcurl4-openssl-dev ccache cuda-12-6
100
# sudo apt install software-properties-common
101
# sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102
# sudo apt update
0 commit comments