Spaces:
Runtime error
Runtime error
solnixlalitchaudhari-cell
Phase 4: Production AI Platform with MLOps, Docker, Drift Detection, API Security
b29865e | services: | |
| solarops-api: | |
| build: . | |
| container_name: solarops_api | |
| ports: | |
| - "8000:8000" | |
| volumes: | |
| - ./phase_4_mlops/logs:/app/phase_4_mlops/logs | |
| env_file: | |
| - .env | |
| restart: always | |