Skip to content

Commit

Permalink
Fix Jupyterhub readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi committed Sep 14, 2023
1 parent 97460bf commit 51eaa0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter-on-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Preinstall the following on your computer:
1. If needed, git clone https://github.com/GoogleCloudPlatform/ai-on-gke

2. `cd ai-on-gke/jupyter-on-gke/jupyterhub`
2. `cd ai-on-gke/jupyter-on-gke/`

3. Edit `variables.tf` with your GCP settings. The `<your user name>` that you specify will become a K8s namespace for your Jupyterhub services.
Note:
Expand Down Expand Up @@ -142,7 +142,7 @@ As the description for each profiles explains, each profiles uses a different re

You can change the image used by these profiles, change the resources, and add specific hooks to the profiles

Within the [`config.yaml`](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/ray-on-gke/user/jupyterhub/jupyter_config/config.yaml), the profiles sit under the `singleuser` key:
Within the [`config.yaml`](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/jupyter-on-gke/jupyter_config/config.yaml), the profiles sit under the `singleuser` key:

``` yaml
singleuser:
Expand Down

0 comments on commit 51eaa0e

Please sign in to comment.