refactored docker-compose

This commit is contained in:
Luca Sacchi Ricciardi
2026-03-27 14:56:30 +00:00
parent 56077b6fe0
commit ec3f62764b

View File

@@ -8,7 +8,7 @@ services:
- /dev/kfd:/dev/kfd - /dev/kfd:/dev/kfd
- /dev/dri:/dev/dri - /dev/dri:/dev/dri
volumes: volumes:
- ./models:/models - /opt/models:/models
command: > command: >
-m /models/${MODEL_FILENAME} -m /models/${MODEL_FILENAME}
--host 0.0.0.0 --host 0.0.0.0