From 86f588d260cb961e85e3416ee8c9a5b6fdac8005 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Fri, 28 Feb 2025 16:23:57 +0000 Subject: [PATCH] focal-cuda to jammy-cuda --- ci-scripts/template-vars.yaml | 6 +++--- docs/{core-cuda-focal => core-cuda-jammy}/README.md | 2 +- docs/{core-cuda-focal => core-cuda-jammy}/demo.txt | 0 docs/{core-cuda-focal => core-cuda-jammy}/description.txt | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename docs/{core-cuda-focal => core-cuda-jammy}/README.md (92%) rename docs/{core-cuda-focal => core-cuda-jammy}/demo.txt (100%) rename docs/{core-cuda-focal => core-cuda-jammy}/description.txt (100%) diff --git a/ci-scripts/template-vars.yaml b/ci-scripts/template-vars.yaml index 7b9b9ca..dce5281 100644 --- a/ci-scripts/template-vars.yaml +++ b/ci-scripts/template-vars.yaml @@ -395,9 +395,9 @@ multiImages: - src/alpine/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/** singleImages: - name1: cuda - name2: focal - base: nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04 - bg: bg_focal.png + name2: jammy + base: nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04 + bg: bg_jammy.png distro: ubuntu dockerfile: dockerfile-kasm-core changeFiles: diff --git a/docs/core-cuda-focal/README.md b/docs/core-cuda-jammy/README.md similarity index 92% rename from docs/core-cuda-focal/README.md rename to docs/core-cuda-jammy/README.md index dde7c99..f4dd38c 100644 --- a/docs/core-cuda-focal/README.md +++ b/docs/core-cuda-jammy/README.md @@ -1,6 +1,6 @@ # About This Image -This image contains a browser-accessible version of Ubuntu Focal including the CUDA toolkit. +This image contains a browser-accessible version of Ubuntu Jammy including the CUDA toolkit. This image is used by our open-source containerized [Machine Learning Desktop](https://github.com/kasmtech/workspaces-machine-learning) and our [Data Science Desktop](https://github.com/kasmtech/workspaces-data-science). The core image should be used as a base to create your own derivative images, or you can modify our ML or data science images to meet your needs. All images are intended to be used with the NVIDIA container toolkit to pass GPU capabilities into the containerized desktop, which is pre-loaded with your favorite development and data science tools and libraries. diff --git a/docs/core-cuda-focal/demo.txt b/docs/core-cuda-jammy/demo.txt similarity index 100% rename from docs/core-cuda-focal/demo.txt rename to docs/core-cuda-jammy/demo.txt diff --git a/docs/core-cuda-focal/description.txt b/docs/core-cuda-jammy/description.txt similarity index 100% rename from docs/core-cuda-focal/description.txt rename to docs/core-cuda-jammy/description.txt