From ffb6c0e5c82f1bc5aa9a248a1ec09078af1fb8fb Mon Sep 17 00:00:00 2001 From: Catherine Wang Date: Fri, 12 Aug 2022 09:26:23 +1000 Subject: [PATCH 1/3] Update terraform.tfvars --- provision/terraform/terraform.tfvars | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/provision/terraform/terraform.tfvars b/provision/terraform/terraform.tfvars index 2d312a5..21f24bf 100644 --- a/provision/terraform/terraform.tfvars +++ b/provision/terraform/terraform.tfvars @@ -1,11 +1,10 @@ -project_id = "vertex-mlops" +project_id = "vertex-mlops-22-cat" subnet_region = "us-central1" zone = "us-central1-a" -name_prefix = "vertex-mlops" +name_prefix = "cw-mlops" machine_type = "n1-standard-8" #gpu_type = "NVIDIA_TESLA_T4" #gpu_count = 1 #install_gpu_driver = true #image_family = "common-gpu" - From fde5704db8bcb052d73b5576b266d94e2ecc1d57 Mon Sep 17 00:00:00 2001 From: Catherine Wang Date: Fri, 12 Aug 2022 09:27:45 +1000 Subject: [PATCH 2/3] Update README.md --- provision/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/README.md b/provision/README.md index e3da742..43a65bf 100644 --- a/provision/README.md +++ b/provision/README.md @@ -40,7 +40,7 @@ To provision the environment: 2. Download the installation scripts ``` - SRC_REPO=https://github.com/GoogleCloudPlatform/mlops-with-vertex-ai.git + SRC_REPO=https://github.com/catwang42/mlops-with-vertex-ai.git LOCAL_DIR=provision kpt pkg get $SRC_REPO/provision@main $LOCAL_DIR cd $LOCAL_DIR/terraform From 4404b9c12c81596c97be5a99dcf10fc05f72ccec Mon Sep 17 00:00:00 2001 From: Catherine Wang Date: Tue, 16 Aug 2022 17:28:29 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e22fc9..b653350 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This example implements the end-to-end [MLOps process](https://services.google.c 3. Open the JupyterLab then open a new Terminal 4. Clone the repository to your AI Notebook instance: ``` - git clone https://github.com/GoogleCloudPlatform/mlops-with-vertex-ai.git + git clone [https://github.com/GoogleCloudPlatform/mlops-with-vertex-ai.git](https://github.com/catwang42/mlops-with-vertex-ai.git) cd mlops-with-vertex-ai ``` 5. Install the required Python packages: