Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from main #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions provision/terraform/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -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"