| 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 | |
| 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 | |