Spaces:
Runtime error
Runtime error
File size: 237 Bytes
c034281 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | version: "3.8"
services:
api:
build:
context: .
dockerfile: Dockerfile.api
ports:
- "7860:7860"
dashboard:
build:
context: .
dockerfile: Dockerfile.dashboard
ports:
- "8501:8501"
|