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 50fac19 commit 0850141Copy full SHA for 0850141
install_cuda_proxmox.sh
@@ -8,7 +8,7 @@
8
# v2024-03-04; sanity checks, remove old cuda-keyring
9
# v2024-06-27; clean up script, post to github
10
# v2024-12-10; script no longer works on Proxmox 8.x (Debian 12) due to incompatible dependencies
11
-# v2025-03-08; recommend using https://github.com/cyclone-github/scripts/blob/main/install_cuda.sh
+# v2025-03-08; recommend using https://github.com/cyclone-github/scripts/blob/main/install_cuda.py
12
13
# Check if root
14
if [ "$EUID" -ne 0 ]; then
0 commit comments