mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
Merge branch 'bugfix/KASM-6767-migrate_focal_to_jammy' into 'develop'
Resolve KASM-6767 "Bugfix/ migrate focal to jammy" Closes KASM-6767 See merge request kasm-technologies/internal/workspaces-core-images!268
This commit is contained in:
commit
0da8d621d6
@ -42,23 +42,6 @@ multiImages:
|
|||||||
- src/ubuntu/virtualgl/**
|
- src/ubuntu/virtualgl/**
|
||||||
- src/ubuntu/install/kde/**
|
- src/ubuntu/install/kde/**
|
||||||
- kasm-desktop-kde/**
|
- kasm-desktop-kde/**
|
||||||
- name1: ubuntu
|
|
||||||
name2: focal
|
|
||||||
base: ubuntu:20.04
|
|
||||||
bg: bg_focal.png
|
|
||||||
distro: ubuntu
|
|
||||||
dockerfile: dockerfile-kasm-core
|
|
||||||
changeFiles:
|
|
||||||
- dockerfile-kasm-core
|
|
||||||
- src/ubuntu/xfce/**
|
|
||||||
- src/ubuntu/xfce/.config/**
|
|
||||||
- src/ubuntu/xfce/.config/xfce4/**
|
|
||||||
- src/ubuntu/xfce/.config/xfce4/xfconf/**
|
|
||||||
- src/ubuntu/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
|
|
||||||
- src/ubuntu/xfce/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/**
|
|
||||||
- src/ubuntu/nvidia/**
|
|
||||||
- src/ubuntu/sysbox/**
|
|
||||||
- src/ubuntu/virtualgl/**
|
|
||||||
- name1: ubuntu
|
- name1: ubuntu
|
||||||
name2: jammy
|
name2: jammy
|
||||||
base: ubuntu:22.04
|
base: ubuntu:22.04
|
||||||
@ -395,9 +378,9 @@ multiImages:
|
|||||||
- src/alpine/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
|
- src/alpine/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
|
||||||
singleImages:
|
singleImages:
|
||||||
- name1: cuda
|
- name1: cuda
|
||||||
name2: focal
|
name2: jammy
|
||||||
base: nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04
|
base: nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
|
||||||
bg: bg_focal.png
|
bg: bg_jammy.png
|
||||||
distro: ubuntu
|
distro: ubuntu
|
||||||
dockerfile: dockerfile-kasm-core
|
dockerfile: dockerfile-kasm-core
|
||||||
changeFiles:
|
changeFiles:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# About This Image
|
# 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.
|
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.
|
||||||
|
|
||||||
![Screenshot][Image_Screenshot]
|
![Screenshot][Image_Screenshot]
|
||||||
|
|
||||||
[Image_Screenshot]: https://f.hubspotusercontent30.net/hubfs/5856039/dockerhub/image-screenshots/core-cuda-focal.png "Image Screenshot"
|
[Image_Screenshot]: https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/image-screenshots/core-cuda-jammy.png "Image Screenshot"
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Launch a real-time demo in a new browser window:** <a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank">Live Demo</a>.
|
**Launch a real-time demo in a new browser window:** <a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank">Live Demo</a>.
|
||||||
|
|
||||||
<a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank"><img src="https://5856039.fs1.hubspotusercontent-na1.net/hub/5856039/hubfs/dockerhub/casting-buttons/CoreCUDAFocal.png" width="300" height="104"></a>
|
<a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank"><img src="https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/casting-buttons/CoreCUDAJammy.png" width="300" height="104"></a>
|
||||||
|
|
||||||
∗*This demo links to a Jammy Desktop image to show the basic functionality of Kasm Workspaces.*
|
∗*This demo links to a Jammy Desktop image to show the basic functionality of Kasm Workspaces.*
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user