Skip to content

Commit

Permalink
Merge pull request #32 from montgomerymt-NIH/main
Browse files Browse the repository at this point in the history
vertexai.md How To Guide update
  • Loading branch information
trimbleNIH authored Sep 17, 2024
2 parents e24998d + d430c1a commit c5cd542
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/vertexai.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Using VertexAI Notebooks

### Spin up a Vertex AI Virtual Machine
### 1. Spin up an Instance
1. Start by clicking the `hamburger menu` (the three horizontal lines in the top left of your console). Go to `Artificial Intelligence > Vertex AI > Workbench`.

![screenshot showing how to select Vertex AI workbench](/images/1_select_vertexAI.png)

2. If not already selected, click **Instances**, then **Instances**
3. Click **+ Create New**

![image showing how to select instance](/images/images_for_creating_GCP_instances/2_select_workbench_instance.png)

4. Select **Advanced Options** at the bottom of the **New Instance** pop-up window
5. Provide a name for your new instance using letters, numbers, and hyphens (-). Select a region and zone for the new instance. For best network performance, select the region that is geographically closest to you. Click **Continue**

![image showing to select advanced options](/images/images_for_creating_GCP_instances/3_select_advanced_options.png)

6. On the Environment screen, select "Use the latest version" if not already selected. Skip the other sections. Click **Continue**.

![image showing to select environment](/images/images_for_creating_GCP_instances/4_instance_environment.png)

7. On the Machine type screen, select the desired number of CPUs/GPUs. This is usually specified by the tutorial you are completing.

![image showing machine type selection](/images/images_for_creating_GCP_instances/5_instance_machine_type.png)

8. On the same screen, verify that **Enable Idle Shutdown** is selected and specify the idle minutes for shutdown. This means it will shutdown automatically after this many minutes. We recommend 30 minutes. Click **Create**.

![image showing idle shutdown selection](/images/images_for_creating_GCP_instances/6_instance_idle_shutdown.png)

9. The remaining sections are skipped for our purposes. Further details can be found in the official documentation: https://cloud.google.com/vertex-ai/docs/workbench/instances/create

### 2. Spin up a User-Managed Notebook Instance
1. Start by clicking the `hamburger menu` (the three horizontal lines in the top left of your console). Go to `Artificial Intelligence > Vertex AI > Workbench`.

![screenshot showing how to select Vertex AI workbench](/images/1_select_vertexAI.png)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5cd542

Please sign in to comment.