mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +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
|
# Configurations for hardware-accelerated transcoding
|
||||||
|
|
||||||
|
@ -12,6 +12,9 @@ services:
|
||||||
cpu: {}
|
cpu: {}
|
||||||
|
|
||||||
nvenc:
|
nvenc:
|
||||||
|
runtime: nvidia
|
||||||
|
environment:
|
||||||
|
- DISPLAY:$DISPLAY
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
|
@ -22,6 +25,8 @@ services:
|
||||||
- gpu
|
- gpu
|
||||||
- compute
|
- compute
|
||||||
- video
|
- video
|
||||||
|
- display
|
||||||
|
- graphics
|
||||||
|
|
||||||
quicksync:
|
quicksync:
|
||||||
devices:
|
devices:
|
||||||
|
|
Loading…
Reference in a new issue