mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
returned gpu to handbrake
This commit is contained in:
@@ -11,3 +11,10 @@ services:
|
||||
restart: "unless-stopped"
|
||||
ports:
|
||||
- "5800:5800"
|
||||
# Below for GPU
|
||||
runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- capabilities: [gpu]
|
||||
|
||||
Reference in New Issue
Block a user