Skip to content

Commit

Permalink
nvidia: simplify with new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 9, 2024
1 parent 10bdef4 commit 8a94c26
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions install/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,10 @@ services:
# See volumes and security_opt section below to use the host daemon.
# - SCRYPTED_DOCKER_AVAHI=true

# NVIDIA (Part 1 of 3)
# - NVIDIA_VISIBLE_DEVICES=all
# - NVIDIA_DRIVER_CAPABILITIES=all

# NVIDIA (Part 2 of 3)
# NVIDIA (Part 1 of 2)
# runtime: nvidia

# NVIDIA (Part 3 of 3) - Use NVIDIA image, and remove subsequent default image.
# NVIDIA (Part 2 of 2) - Use NVIDIA image, and remove subsequent default image.
# image: ghcr.io/koush/scrypted:nvidia
image: ghcr.io/koush/scrypted

Expand Down

0 comments on commit 8a94c26

Please sign in to comment.