Spaces:
Runtime error
Runtime error
Update docker-compose.yml
Browse files- docker-compose.yml +0 -1
docker-compose.yml
CHANGED
@@ -7,7 +7,6 @@ services:
|
|
7 |
dockerfile: Dockerfile
|
8 |
command: >
|
9 |
bash -c "
|
10 |
-
zenml init &&
|
11 |
zenml integration install mlflow -y &&
|
12 |
zenml experiment-tracker register mlflow_tracker_customer_churn_new --flavor=mlflow &&
|
13 |
zenml model-deployer register mlflow_customer_churn_new --flavor=mlflow &&
|
|
|
7 |
dockerfile: Dockerfile
|
8 |
command: >
|
9 |
bash -c "
|
|
|
10 |
zenml integration install mlflow -y &&
|
11 |
zenml experiment-tracker register mlflow_tracker_customer_churn_new --flavor=mlflow &&
|
12 |
zenml model-deployer register mlflow_customer_churn_new --flavor=mlflow &&
|