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 25c1751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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,11 @@ 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

<<<<<<< Updated upstream
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:
>>>>>>> Stashed changes
``` yaml
singleuser:
Expand Down

0 comments on commit 25c1751

Please sign in to comment.