Fix up Ubnuntu server installation
This commit is contained in:
@@ -20,15 +20,7 @@ services:
|
||||
- apparmor:unconfined
|
||||
|
||||
# GPU PASSTHROUGH
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
# Enable support for NVIDIA GPUs.
|
||||
#
|
||||
# Ref: https://docs.docker.com/compose/gpu-support/#enabling-gpu-access-to-service-containers
|
||||
devices:
|
||||
- capabilities: [gpu]
|
||||
device_ids: ["${NVIDIA_VISIBLE_DEVICES}"]
|
||||
runtime: nvidia
|
||||
|
||||
# NETWORK:
|
||||
## NOTE: With this configuration, if we do not use the host network, then physical device input
|
||||
|
||||
Reference in New Issue
Block a user