more nvidia temp disable
This commit is contained in:
parent
8e6a759792
commit
2a18154a00
1 changed files with 7 additions and 7 deletions
|
|
@ -13,8 +13,8 @@ services:
|
|||
- JELLYFIN_LOG_DIR=/config/log
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
#- NVIDIA_VISIBLE_DEVICES=all
|
||||
#- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
- TRANSCODE_OPERATING_MODE=ram
|
||||
volumes:
|
||||
- /docker/mediaservices/jellyfin/config:/config
|
||||
|
|
@ -56,8 +56,8 @@ services:
|
|||
#- PLEX_CLAIM=claim-MTdwY-AT5KdnTMp7KfU3
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
#- NVIDIA_VISIBLE_DEVICES=all
|
||||
#- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
- TRANSCODE_OPERATING_MODE=ram
|
||||
cpus: "4.0"
|
||||
mem_limit: "12288m"
|
||||
|
|
@ -91,7 +91,7 @@ services:
|
|||
cpus: "4.0"
|
||||
mem_limit: "8192m"
|
||||
mem_reservation: "2048m"
|
||||
runtime: nvidia
|
||||
#runtime: nvidia
|
||||
ulimits:
|
||||
nproc: 65535
|
||||
nofile:
|
||||
|
|
@ -115,8 +115,8 @@ services:
|
|||
- STASH_BROWSER=chromium
|
||||
|
||||
# GPU enable tfor transcoding
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
#- NVIDIA_VISIBLE_DEVICES=all
|
||||
#- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
|
|
|||
Loading…
Reference in a new issue