Skip to content

Commit 4fee1f1

Browse files
committed
readme update
1 parent 5b60380 commit 4fee1f1

2 files changed

Lines changed: 1 addition & 38 deletions

File tree

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -156,41 +156,6 @@ The `DRINODE` environment variable can be used to point to a specific GPU.
156156

157157
DRI3 will work on aarch64 given the correct drivers are installed inside the container for your chipset.
158158

159-
### Nvidia GPU Support
160-
161-
**Note: Nvidia support is not available for Alpine-based images.**
162-
163-
Nvidia GPU support is available by leveraging Zink for OpenGL. When a compatible Nvidia GPU is passed through, it will also be **automatically utilized for hardware-accelerated video stream encoding** (using the `x264enc` full-frame profile), significantly reducing CPU load.
164-
165-
Enable Nvidia support with the following runtime flags:
166-
167-
| Flag | Description |
168-
| :----: | --- |
169-
| `--gpus all` | Passes all available host GPUs to the container. This can be filtered to specific GPUs. |
170-
| `--runtime nvidia` | Specifies the Nvidia runtime, which provides the necessary drivers and tools from the host. |
171-
172-
For Docker Compose, you must first configure the Nvidia runtime as the default on the host:
173-
174-
```
175-
sudo nvidia-ctk runtime configure --runtime=docker --set-as-default
176-
sudo systemctl restart docker
177-
```
178-
179-
Then, assign the GPU to the service in your `compose.yaml`:
180-
181-
```
182-
services:
183-
calibre:
184-
image: lscr.io/linuxserver/calibre:latest
185-
deploy:
186-
resources:
187-
reservations:
188-
devices:
189-
- driver: nvidia
190-
count: 1
191-
capabilities: [compute,video,graphics,utility]
192-
```
193-
194159
### Application Management
195160

196161
There are two methods for installing applications inside the container: PRoot Apps (recommended for persistence) and Native Apps.

readme-vars.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ opt_param_env_vars:
3636
opt_security_opt_param: true
3737
opt_security_opt_param_vars:
3838
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker."}
39-
# Kasm blurb settings
39+
# Selkies blurb settings
4040
selkies_blurb: true
41-
show_nvidia: true
4241
external_http_port: "8080"
4342
external_https_port: "8181"
44-
noto_fonts: "fonts-noto-cjk"
4543
# application setup block
4644
app_setup_block_enabled: true
4745
app_setup_block: |

0 commit comments

Comments
 (0)