Skip to content

Commit

Permalink
Update image and manifests for v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Nov 2, 2023
1 parent 8a77125 commit 1a45dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charms/jupyter-controller/examples/sample-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: notebook
image: kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0
image: kubeflownotebookswg/jupyter-pytorch-full:v1.8.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
14 changes: 7 additions & 7 deletions charms/jupyter-ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ options:
jupyter-images:
type: string
default: |
- kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-scipy:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0
description: list of image options for Jupyter Notebook
rstudio-images:
type: string
default: |
- kubeflownotebookswg/codeserver-python:v1.8.0-rc.0
- kubeflownotebookswg/codeserver-python:v1.8.0
description: list of image options for RStudio
vscode-images:
type: string
default: |
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0
description: list of image options for VSCode

0 comments on commit 1a45dcd

Please sign in to comment.