Spaces:
Running
on
Zero
Running
on
Zero
| version: '3' | |
| services: | |
| app: | |
| build: . | |
| ports: | |
| - "7860:7860" | |
| volumes: | |
| - ./:/app | |
| - .cache:/root/.cache | |
| command: python app.py | |
| tty: true |