ml_tfidf_lgbm_projects / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
d56a566 verified
raw
history blame contribute delete
158 Bytes
version: '3'
services:
app:
build: .
ports:
- "7860:7860"
volumes:
- .:/app
command: uvicorn app:app --host 0.0.0.0 --port 7860