Skip to content

Commit 95b3efc

Browse files
committed
asdf
1 parent 84b0b4e commit 95b3efc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/containers/base_image_test.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -207,19 +207,19 @@ def test_image_size_change(self, image: str):
207207
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
208208
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
209209
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
210-
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15444,
211-
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 15218,
212-
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8613,
213-
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33001,
214-
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30241,
210+
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15861, #15444,
211+
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 20401, #15218,
212+
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8866, #8613,
213+
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33268, #33001,
214+
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30507, #30241,
215215
"odh-notebook-rstudio-server-c9s-python-3.11": 13201, # 3221 ??
216-
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2518,
217-
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1362,
218-
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7487,
219-
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 14572,
220-
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32682,
221-
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29805,
222-
"odh-notebook-code-server-ubi9-python-3.11": 2598,
216+
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2690, #2518,
217+
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1527, #1362,
218+
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7711, #7487,
219+
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 15114, #14572,
220+
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32864, #32682,
221+
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29985, #29805,
222+
"odh-notebook-code-server-ubi9-python-3.11": 2993, #2598,
223223
"odh-notebook-rocm-python-3.11": 26667, # TODO
224224
}
225225

0 commit comments

Comments
 (0)