Spaces:
Running
Running
File size: 265 Bytes
7e430ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
version: '3'
services:
st-remove-photo-object:
build: .
container_name: st-remove-photo-object
restart: unless-stopped
ports:
- 51003:8501
volumes:
- .:/app
environment:
- TZ=Asia/Jakarta
# command: streamlit run sdc.py |