@@ -37,15 +37,15 @@ spawnerFormDefaults:
37
37
# ###############################################################
38
38
image :
39
39
# the default container image
40
- value : kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.5
40
+ value : kubeflownotebookswg/jupyter-scipy:v1.8.0
41
41
42
42
# the list of available container images in the dropdown
43
43
options :
44
- - kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.5
45
- - kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.5
46
- - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.5
47
- - kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.5
48
- - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.5
44
+ - kubeflownotebookswg/jupyter-scipy:v1.8.0
45
+ - kubeflownotebookswg/jupyter-pytorch-full:v1.8.0
46
+ - kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0
47
+ - kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0
48
+ - kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0
49
49
50
50
# ###############################################################
51
51
# VSCode-like Container Images (Group 1)
@@ -60,11 +60,11 @@ spawnerFormDefaults:
60
60
# ###############################################################
61
61
imageGroupOne :
62
62
# the default container image
63
- value : kubeflownotebookswg/codeserver-python:v1.8.0-rc.5
63
+ value : kubeflownotebookswg/codeserver-python:v1.8.0
64
64
65
65
# the list of available container images in the dropdown
66
66
options :
67
- - kubeflownotebookswg/codeserver-python:v1.8.0-rc.5
67
+ - kubeflownotebookswg/codeserver-python:v1.8.0
68
68
69
69
# ###############################################################
70
70
# RStudio-like Container Images (Group 2)
@@ -81,11 +81,11 @@ spawnerFormDefaults:
81
81
# ###############################################################
82
82
imageGroupTwo :
83
83
# the default container image
84
- value : kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.5
84
+ value : kubeflownotebookswg/rstudio-tidyverse:v1.8.0
85
85
86
86
# the list of available container images in the dropdown
87
87
options :
88
- - kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.5
88
+ - kubeflownotebookswg/rstudio-tidyverse:v1.8.0
89
89
90
90
# ###############################################################
91
91
# CPU Resources
0 commit comments