Skip to content

Commit

Permalink
add: info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
griseau committed Oct 15, 2020
1 parent a02de90 commit 807b1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ A tool to deploy a mostly serverless MLflow on a GCP project with one command

### Pre-requesites
- A GCP project on which you are owner
- Initialized gcloud SDK
- Initialized gcloud SDK with your owner account
- Docker engine running
- No app engine application running
- No app engine application running and no consent screen already setup

### Deploying
Fill out the `vars` file.
Expand All @@ -26,7 +26,7 @@ Fill out the `vars` file.
- Enables the necessary services
- Builds and pushes the MLFlow docker image
- Creates a private IP CloudSQL (MySQL) database for the tracking server
- Creates an AppEngine Flex service for the web UI, secured by IAP
- Creates an AppEngine Flex on the default service for the web UI, secured by IAP
- Manages all the network magic
- Creates the `mlflow-log-pusher` service account

Expand Down

0 comments on commit 807b1fb

Please sign in to comment.