Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Docker GPU branch not using GPU #10

Open
1 task done
jxlarrea opened this issue Jan 28, 2025 · 1 comment
Open
1 task done

[BUG] Docker GPU branch not using GPU #10

jxlarrea opened this issue Jan 28, 2025 · 1 comment

Comments

@jxlarrea
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@jxlarrea jxlarrea changed the title [BUG] <title>Docker GPU branch not using GPU [BUG] Docker GPU branch not using GPU Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant