File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/packages/server/compute/cloud Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ function getConf({
304
304
}
305
305
306
306
/*
307
- ubuntu-2404-noble-amd64-v20240701a
308
- ubuntu-2404-noble-arm64-v20240701a
307
+ ubuntu-2404-noble-amd64-v20241004
308
+ ubuntu-2404-noble-arm64-v20241004
309
309
*/
310
310
311
311
function getSourceImage ( arch : Architecture ) {
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ chown ${UID}:${UID} -R /cocalc/conf
343
343
/*
344
344
THIS works to install CUDA
345
345
346
- https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22 .04&target_type=deb_network
346
+ https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=24 .04&target_type=deb_network
347
347
348
348
(NOTE: K80's don't work since they are too old and not supported!)
349
349
@@ -360,7 +360,7 @@ Links to all versions: https://developer.nvidia.com/cuda-toolkit-archive
360
360
361
361
export function installCuda ( ) {
362
362
return `
363
- curl -o cuda-keyring.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204 /x86_64/cuda-keyring_1.1-1_all.deb
363
+ curl -o cuda-keyring.deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404 /x86_64/cuda-keyring_1.1-1_all.deb
364
364
dpkg -i cuda-keyring.deb
365
365
rm cuda-keyring.deb
366
366
apt-get update -y
You can’t perform that action at this time.
0 commit comments