You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Among 4 versions of cuda: 11.0.1, 11.5.0, 12.0.0, 12.5.0, only 12.5.0 works, the rest fail executing command /usr/bin/sudo apt-get -y install cuda-nvcc-12-0:
/usr/bin/sudo apt-get -y install cuda-nvcc-12-0
Reading package lists...
Building dependency tree...
Reading state information...
Package cuda-nvcc-12-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'cuda-nvcc-12-0' has no installation candidate
Error: Error: The process '/usr/bin/sudo' failed with exit code 100
This is my workflow yml (full file):
Among 4 versions of cuda: 11.0.1, 11.5.0, 12.0.0, 12.5.0, only 12.5.0 works, the rest fail executing command
/usr/bin/sudo apt-get -y install cuda-nvcc-12-0
:You may check the action here.
The text was updated successfully, but these errors were encountered: