Spaces:
Runtime error
Runtime error
services: | |
app: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
ports: | |
- "7860:7860" | |
environment: | |
- HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN} | |
# Remove the volumes section that's causing issues | |
restart: unless-stopped |