mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
update nvenc options
This commit is contained in:
parent
3356b023c5
commit
c92637df80
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…
Add table
Reference in a new issue