@@ -112,7 +112,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
112
112
expected_img_size=503
113
113
;;
114
114
odh-minimal-gpu-notebook-image-n)
115
- expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
115
+ expected_name=" odh-notebook-jupyter-cuda- minimal-ubi9-python-3.11"
116
116
expected_commitref=" main"
117
117
expected_build_name=" cuda-jupyter-minimal-ubi9-python-3.11-amd64"
118
118
expected_img_size=5157
@@ -124,9 +124,9 @@ function check_image_variable_matches_name_and_commitref_and_size() {
124
124
expected_img_size=5157
125
125
;;
126
126
odh-pytorch-gpu-notebook-image-n)
127
- expected_name=" odh-notebook-jupyter-pytorch-ubi9-python-3.11"
127
+ expected_name=" odh-notebook-jupyter-cuda- pytorch-ubi9-python-3.11"
128
128
expected_commitref=" main"
129
- expected_build_name=" jupyter-pytorch-ubi9-python-3.11-amd64"
129
+ expected_build_name=" cuda- jupyter-pytorch-ubi9-python-3.11-amd64"
130
130
expected_img_size=8571
131
131
;;
132
132
odh-pytorch-gpu-notebook-image-n-1)
@@ -199,7 +199,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
199
199
# This is because the very same RStudio Dockerfile is used but different base images in both cases
200
200
# We should consider what to do with this - in ideal case, we should have different labels for these cases.
201
201
odh-rstudio-gpu-notebook-image-n)
202
- expected_name=" odh-notebook-rstudio-server-c9s-python-3.11"
202
+ expected_name=" odh-notebook-rstudio-server-cuda- c9s-python-3.11"
203
203
expected_commitref=" main"
204
204
expected_build_name=" cuda-rstudio-c9s-python-3.11-amd64"
205
205
expected_img_size=7184
@@ -211,7 +211,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
211
211
expected_img_size=7184
212
212
;;
213
213
odh-rocm-minimal-notebook-image-n)
214
- expected_name=" odh-notebook-jupyter-minimal-ubi9-python-3.11"
214
+ expected_name=" odh-notebook-jupyter-rocm- minimal-ubi9-python-3.11"
215
215
expected_commitref=" main"
216
216
expected_build_name=" rocm-jupyter-minimal-ubi9-python-3.11-amd64"
217
217
expected_img_size=4830
0 commit comments