Spaces:
Sleeping
Sleeping
version: "3.9" | |
services: | |
tfidf-api: | |
build: . | |
container_name: tfidf_ml_app | |
ports: | |
- "7860:7860" | |
volumes: | |
- .:/app |
version: "3.9" | |
services: | |
tfidf-api: | |
build: . | |
container_name: tfidf_ml_app | |
ports: | |
- "7860:7860" | |
volumes: | |
- .:/app |