trash2025 / compose.yaml
IDS75912's picture
Add trained mode
caae611
raw
history blame contribute delete
257 Bytes
version: "3.8"
services:
app:
build: .
ports:
- "8000:8000"
volumes:
# Mount the local model directory into the container at the path the app expects
- ../../mlopsexam/inference/trash-classification:/app/trash-classification