Dockerized every modules

This commit is contained in:
saundersp
2024-04-27 20:51:36 +02:00
parent 226df0882c
commit 466fd0f782
7 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,15 @@
services:
violajones-python:
image: saundersp/violajones-python
build: .
volumes:
- ./models:/home/ViolaJones/python/models
- ./out:/home/ViolaJones/python/out
- ../data:/home/ViolaJones/data
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]