Spaces:
Runtime error
Runtime error
| version: "3.8" | |
| services: | |
| api: | |
| build: | |
| context: . | |
| dockerfile: Dockerfile.api | |
| ports: | |
| - "7860:7860" | |
| dashboard: | |
| build: | |
| context: . | |
| dockerfile: Dockerfile.dashboard | |
| ports: | |
| - "8501:8501" | |