File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,12 @@ jobs:
9797 sudo dpkg -i cuda-keyring_1.1-1_all.deb
9898 sudo apt-get update
9999 sudo apt-get install build-essential libcurl4-openssl-dev ccache cuda-toolkit-12-6 datacenter-gpu-manager cuda-drivers-fabricmanager
100- sudo nv-hostengine -t
101100 sudo service nvidia-fabricmanager start
102101 sudo apt install software-properties-common
103102 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
104103 sudo apt update
105- sudo apt install gcc-12 g++-12
106- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12 --slave /usr/bin/g++ g++ /usr/bin/g++-12
104+ sudo apt install gcc-13 g++-13
105+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13
107106
108107 - name : Build
109108 id : cmake_build
You can’t perform that action at this time.
0 commit comments