Skip to content

Commit 24e65dd

Browse files
committed
asdf
1 parent 8d7c414 commit 24e65dd

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
@@ -211,19 +211,19 @@ def test_image_size_change(self, image: str):
211211
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
212212
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
213213
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
214-
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15444,
215-
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 15218,
216-
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8613,
217-
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33001,
218-
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30241,
214+
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15861, #15444,
215+
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 20401, #15218,
216+
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8866, #8613,
217+
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33268, #33001,
218+
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30507, #30241,
219219
"odh-notebook-rstudio-server-c9s-python-3.11": 13201, # 3221 ??
220-
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2518,
221-
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1362,
222-
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7487,
223-
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 14572,
224-
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32682,
225-
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29805,
226-
"odh-notebook-code-server-ubi9-python-3.11": 2598,
220+
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2690, #2518,
221+
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1527, #1362,
222+
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7711, #7487,
223+
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 15114, #14572,
224+
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32864, #32682,
225+
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29985, #29805,
226+
"odh-notebook-code-server-ubi9-python-3.11": 2993, #2598,
227227
"odh-notebook-rocm-python-3.11": 26667, # TODO
228228
}
229229

0 commit comments

Comments
 (0)