mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
update nvenc options
This commit is contained in:
parent
5bddd66437
commit
c885c2e4ae
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
version: "3.8"
|
||||
version: '3.8'
|
||||
|
||||
# Configurations for hardware-accelerated transcoding
|
||||
|
||||
|
@ -12,6 +12,9 @@ services:
|
|||
cpu: {}
|
||||
|
||||
nvenc:
|
||||
runtime: nvidia
|
||||
environment:
|
||||
- DISPLAY:$DISPLAY
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
@ -22,6 +25,8 @@ services:
|
|||
- gpu
|
||||
- compute
|
||||
- video
|
||||
- display
|
||||
- graphics
|
||||
|
||||
quicksync:
|
||||
devices:
|
||||
|
|
Loading…
Reference in a new issue