From c1d0433deaa8c8480cc140619678088155ba60a9 Mon Sep 17 00:00:00 2001 From: Vicente Ferrara Brondo Date: Fri, 1 Sep 2023 16:49:46 -0700 Subject: [PATCH] udpated Jupyter settings link to passwords --- ray-on-gke/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ray-on-gke/README.md b/ray-on-gke/README.md index 301b0c4fe..a6551282f 100644 --- a/ray-on-gke/README.md +++ b/ray-on-gke/README.md @@ -64,7 +64,7 @@ If you need to reinstall any resources, make sure to delete this file as well. 3. Open the external IP in a browser and login. The default user names and passwords can be found in the [Jupyter - settings](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/ray-on-gke/user/modules/jupyterhub/jupyterhub-values.yaml) file. + settings](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/ray-on-gke/user/jupyterhub/jupyter_config/config.yaml) file. 4. The Ray cluster is available at `ray://example-cluster-kuberay-head-svc:10001`. To access the cluster, you can open one of the sample notebooks under `example_notebooks` (via `File` -> `Open from URL` in the Jupyter notebook window and use the raw file URL from GitHub) and run through the example. Ex url: https://raw.githubusercontent.com/GoogleCloudPlatform/ai-on-gke/main/ray-on-gke/example_notebooks/gpt-j-online.ipynb