Skip to content

Commit

Permalink
1.9.1 in tests and readme
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout committed Oct 3, 2024
1 parent 92f6243 commit 7c4536f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ kubectl get svc -n $MY_KUBEFLOW_USER_NAMESPACE
## Step 5: Create a JupyterLab via Kubeflow Central Dashboard
* Click "Notebooks" icon in the left panel.
* Click "New Notebook"
* Select `kubeflownotebookswg/jupyter-scipy:v1.9.0` as OCI image (or any other with the same python version)
* Select `kubeflownotebookswg/jupyter-scipy:v1.9.1` as OCI image (or any other with the same python version)
* Click "Launch"
* Click "CONNECT" to connect into the JupyterLab instance.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: test
image: kubeflownotebookswg/jupyter-scipy:v1.9.0
image: kubeflownotebookswg/jupyter-scipy:v1.9.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 7c4536f

Please sign in to comment.