Is there an existing issue for this?
Current Behavior
The lscr.io/linuxserver/piper:gpu image posted today does not use my RTX 4000 Ada GPU. It behaves exactly as the non-GPU branch.
Expected Behavior
Should be using the GPU.
Steps To Reproduce
Run the container.
Environment
- OS: Debian 12 LXC running on Proxmox.
CPU architecture
x86-64
Docker creation
services:
piper:
image: lscr.io/linuxserver/piper:gpu
container_name: piper
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
pull_policy: always
environment:
- PIPER_VOICE=en_US-lessac-medium
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
runtime: nvidia
volumes:
- /mnt/model/linuxserver-piper:/config
ports:
- 10200:10200
restart: unless-stopped
Container logs
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
Linuxserver.io version: 1.4.0-ls7
Build-date: 2025-01-27T09:11:53+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
INFO:__main__:Ready
Connection to localhost (127.0.0.1) 10200 port [tcp/*] succeeded!
[ls.io-init] done.
Is there an existing issue for this?
Current Behavior
The
lscr.io/linuxserver/piper:gpuimage posted today does not use my RTX 4000 Ada GPU. It behaves exactly as the non-GPU branch.Expected Behavior
Should be using the GPU.
Steps To Reproduce
Run the container.
Environment
- OS: Debian 12 LXC running on Proxmox.CPU architecture
x86-64
Docker creation
services: piper: image: lscr.io/linuxserver/piper:gpu container_name: piper deploy: resources: reservations: devices: - driver: nvidia count: 1 capabilities: [gpu] pull_policy: always environment: - PIPER_VOICE=en_US-lessac-medium - NVIDIA_VISIBLE_DEVICES=all - NVIDIA_DRIVER_CAPABILITIES=all runtime: nvidia volumes: - /mnt/model/linuxserver-piper:/config ports: - 10200:10200 restart: unless-stoppedContainer logs
[migrations] started [migrations] no migrations found usermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 911 User GID: 911 ─────────────────────────────────────── Linuxserver.io version: 1.4.0-ls7 Build-date: 2025-01-27T09:11:53+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... INFO:__main__:Ready Connection to localhost (127.0.0.1) 10200 port [tcp/*] succeeded! [ls.io-init] done.