Spaces:
Sleeping
Sleeping
File size: 166 Bytes
8c832a3 |
1 2 3 4 5 6 7 8 9 |
services:
aiworkshop:
image: aiworkshop:latest
build: .
ports:
- "7860:7860"
# command:
# - chainlit run /app/model.py --server.port 8080
|