GPU-Wechsel: Intel A380 → NVIDIA RTX 4060 (NVENC AV1)
This commit is contained in:
parent
c96dad6b86
commit
5efb2bada6
1 changed files with 7 additions and 2 deletions
|
|
@ -16,8 +16,13 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
devices:
|
deploy:
|
||||||
- /dev/dri/:/dev/dri/
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: 1
|
||||||
|
capabilities: [gpu]
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
usenet:
|
usenet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue