Skip to content

Commit

Permalink
Test auto-build
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jan 24, 2024
1 parent 626a39b commit 8365227
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
UBUNTU_VERSION: 22.04
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
LATEST_CUDA: "cuda-11.8.0-base-22.04"
LATEST_CUDA: "cuda-11.8.0-runtime-22.04"
LATEST_ROCM: "rocm-5.6-runtime-22.04"
LATEST_CPU: "cpu-22.04"

Expand Down Expand Up @@ -74,6 +74,7 @@ jobs:
- 11.8.0
- 12.1.0
- 12.2.0
- 12.3.1
level:
- "base"
- "runtime"
Expand All @@ -82,9 +83,13 @@ jobs:
- "cudnn8-devel"
exclude:
- cuda: 12.2.0
level: "cudnn8-runtime" # Not yet available
level: "cudnn8-runtime" # Not available
- cuda: 12.2.0
level: "cudnn8-devel" # Not yet available
level: "cudnn8-devel" # Not available
- cuda: 12.3.1
level: "cudnn8-runtime" # Not available
- cuda: 12.3.1
level: "cudnn8-devel" # Not available
steps:
-
name: Free Space
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Run a hardware accelerated KDE desktop in a container. This image is heavily influenced by [Selkies Project](https://github.com/selkies-project) and combines their GLX and EGL containers to provide an accelerated desktop environment for NVIDIA, AMD and Intel machines.

>[!NOTE]
>This container image was designed to work with [vast.ai](https://link.ai-dock.org/template-vast-linux-desktop) and [runpod.io](https://link.ai-dock.org/template-runpod-linux-desktop) but will also work locally or with other GPU cloud services, however support for other services is limited.
## About Desktop

You may connect to the container through the [Selkies-gstreamer](https://github.com/selkies-project/selkies-gstreamer) WebRTC interface (default port `6100`) or through the [KasmVNC](https://github.com/kasmtech/KasmVNC) client (default port `6200`)
Expand Down Expand Up @@ -36,7 +39,7 @@ Tags follow these patterns:
##### _CUDA_
- `:cuda-[x.x.x]{-cudnn[x]}-[base|runtime|devel]-[ubuntu-version]`

- `:latest-cuda` → `:cuda-12.3.1-runtime-22.04`
- `:latest-cuda` → `:cuda-11.8.0-runtime-22.04`

##### _ROCm_
- `:rocm-[x.x.x]-[core|runtime|devel]-[ubuntu-version]`
Expand Down

0 comments on commit 8365227

Please sign in to comment.