LGBM_TEST / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
86e9708 verified
raw
history blame contribute delete
160 Bytes
version: '3.8'
services:
tfidf-lgbm-api:
build: .
ports:
- "7860:7860"
volumes:
- .:/app
environment:
- PYTHONUNBUFFERED=1