BackgroundRemove / docker-compose.yml
javakhangnguyen's picture
Initial commit
0199ebd
Raw
History Blame Contribute Delete
225 Bytes
---
version: '1'
services:
aiot-remove-background:
build: .
container_name: sthf-remove-background
restart: unless-stopped
ports:
- 8501
volumes:
- .:/app
# command: streamlit run sdc.py