xgb_tfidf / docker-compose.yml
subbunanepalli's picture
Create docker-compose.yml
49bfecb verified
raw
history blame contribute delete
175 Bytes
version: "3.9"
services:
tfidf-xgb-app:
build: .
container_name: tfidf_xgb_container
ports:
- "7860:7860"
volumes:
- .:/app
restart: always