File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 # CUDA Release
6666
6767 ubuntu-latest-cuda-cmake :
68- runs-on : ubuntu-22.04
68+ runs-on : ubuntu-latest
6969
7070 steps :
7171 - name : Free Disk Space (Ubuntu)
9696 wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
9797 sudo dpkg -i cuda-keyring_1.1-1_all.deb
9898 sudo apt-get update
99- sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6 datacenter-gpu-manager cuda-drivers-fabricmanager
99+ sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda nvidia-cuda-toolkit datacenter-gpu-manager cuda-drivers-fabricmanager
100100 sudo apt install software-properties-common
101101 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
102102 sudo apt update
You can’t perform that action at this time.
0 commit comments