File tree 1 file changed +4
-3
lines changed
use-cases/mlflow-inference-pipeline
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ experimental MLflow deployment that is part of MLPlayground.
49
49
- Change directory to the guide directory.
50
50
51
51
``` shell
52
- cd use-cases/mlflow-deployment/create-db
52
+ cd use-cases/mlflow-inference-pipeline/mlflow-deployment/
53
53
```
54
54
55
55
- Ensure that your ` MLP_ENVIRONMENT_FILE ` is configured.
@@ -79,7 +79,7 @@ experimental MLflow deployment that is part of MLPlayground.
79
79
Registry
80
80
81
81
``` shell
82
- cd src
82
+ cd create-db/ src
83
83
git restore cloudbuild.yaml
84
84
sed -i -e " s|^serviceAccount:.*|serviceAccount: projects/${MLP_PROJECT_ID} /serviceAccounts/${MLP_BUILD_GSA} |" cloudbuild.yaml
85
85
gcloud beta builds submit \
@@ -177,7 +177,7 @@ manifests/job-create-database.yaml
177
177
--gcs-source-staging-dir gs://${MLP_CLOUDBUILD_BUCKET} /source \
178
178
--project ${MLP_PROJECT_ID} \
179
179
--region ${MLP_REGION} \
180
- --substitutions _DESTINATION=${MLP_MLFLOW_DB_SETUP_IMAGE }
180
+ --substitutions _DESTINATION=${MLP_MLFLOW_IMAGE }
181
181
cd -
182
182
```
183
183
@@ -201,6 +201,7 @@ cd mlflow
201
201
kubectl --namespace ${MLP_KUBERNETES_NAMESPACE} apply -f manifests/deployment.yaml
202
202
cd -
203
203
```
204
+
204
205
It takes approximately 5 minutes for the deployment to complete.
205
206
206
207
## Check if the MLflow dashboard is available
You can’t perform that action at this time.
0 commit comments