Skip to content

Commit 84323ef

Browse files
committed
Mlflow end to end deployment
1 parent 67f17c0 commit 84323ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

use-cases/mlflow-inference-pipeline/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ experimental MLflow deployment that is part of MLPlayground.
4949
- Change directory to the guide directory.
5050

5151
```shell
52-
cd use-cases/mlflow-deployment/create-db
52+
cd use-cases/mlflow-inference-pipeline/mlflow-deployment/
5353
```
5454

5555
- Ensure that your `MLP_ENVIRONMENT_FILE` is configured.
@@ -79,7 +79,7 @@ experimental MLflow deployment that is part of MLPlayground.
7979
Registry
8080

8181
```shell
82-
cd src
82+
cd create-db/src
8383
git restore cloudbuild.yaml
8484
sed -i -e "s|^serviceAccount:.*|serviceAccount: projects/${MLP_PROJECT_ID}/serviceAccounts/${MLP_BUILD_GSA}|" cloudbuild.yaml
8585
gcloud beta builds submit \
@@ -177,7 +177,7 @@ manifests/job-create-database.yaml
177177
--gcs-source-staging-dir gs://${MLP_CLOUDBUILD_BUCKET}/source \
178178
--project ${MLP_PROJECT_ID} \
179179
--region ${MLP_REGION} \
180-
--substitutions _DESTINATION=${MLP_MLFLOW_DB_SETUP_IMAGE}
180+
--substitutions _DESTINATION=${MLP_MLFLOW_IMAGE}
181181
cd -
182182
```
183183

@@ -201,6 +201,7 @@ cd mlflow
201201
kubectl --namespace ${MLP_KUBERNETES_NAMESPACE} apply -f manifests/deployment.yaml
202202
cd -
203203
```
204+
204205
It takes approximately 5 minutes for the deployment to complete.
205206

206207
## Check if the MLflow dashboard is available

0 commit comments

Comments
 (0)