AgentTideDemo / docker-compose.yaml
github-actions[bot]
Deploy Agent Tide Demo to HF Space with LFS
aded991
raw
history blame contribute delete
221 Bytes
version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
restart: unless-stopped
command: python -m chainlit run app.py -w --host 0.0.0.0 --port 7860