Spaces:
Runtime error
Runtime error
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -14
docker-compose.yml
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
services:
|
| 2 |
-
api:
|
| 3 |
-
build: .
|
| 4 |
-
container_name: turing_app
|
| 5 |
-
image: turing_api
|
| 6 |
-
ports:
|
| 7 |
-
- "7860:7860"
|
| 8 |
-
|
| 9 |
-
environment:
|
| 10 |
-
- MLFLOW_TRACKING_USERNAME=${MLFLOW_USER}
|
| 11 |
-
- MLFLOW_TRACKING_PASSWORD=${MLFLOW_PWD}
|
| 12 |
-
- DAGSHUB_USER_TOKEN=${DAGSHUB_TOKEN}
|
| 13 |
-
|
| 14 |
-
command: uvicorn turing.api.app:app --host 0.0.0.0 --port 7860 --reload
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|