ml-auto-deployment / docker-compose.yml
dwssp's picture
Upload folder using huggingface_hub
775810d verified
raw
history blame contribute delete
205 Bytes
version: '3.8'
services:
ml-api:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- ./app:/code/app
environment:
- PYTHONUNBUFFERED=1