Skip to content

Commit 7bb5b98

Browse files
committed
asdf
1 parent c9ae9be commit 7bb5b98

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
@@ -237,19 +237,19 @@ def test_image_size_change(self, image: str):
237237
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
238238
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
239239
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
240-
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15444,
241-
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 15218,
242-
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8613,
243-
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33001,
244-
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30241,
240+
"odh-notebook-jupyter-pytorch-ubi9-python-3.11": 15861, #15444,
241+
"odh-notebook-cuda-jupyter-tensorflow-ubi9-python-3.11": 20401, #15218,
242+
"odh-notebook-jupyter-trustyai-ubi9-python-3.11": 8866, #8613,
243+
"odh-notebook-jupyter-rocm-pytorch-ubi9-python-3.11": 33268, #33001,
244+
"odh-notebook-jupyter-rocm-tensorflow-ubi9-python-3.11": 30507, #30241,
245245
"odh-notebook-rstudio-server-c9s-python-3.11": 13201, # 3221 ??
246-
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2518,
247-
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1362,
248-
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7487,
249-
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 14572,
250-
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32682,
251-
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29805,
252-
"odh-notebook-code-server-ubi9-python-3.11": 2598,
246+
"odh-notebook-runtime-datascience-ubi9-python-3.11": 2690, #2518,
247+
"odh-notebook-runtime-minimal-ubi9-python-3.11": 1527, #1362,
248+
"odh-notebook-runtime-pytorch-ubi9-python-3.11": 7711, #7487,
249+
"odh-notebook-cuda-runtime-tensorflow-ubi9-python-3.11": 15114, #14572,
250+
"odh-notebook-runtime-rocm-pytorch-ubi9-python-3.11": 32864, #32682,
251+
"odh-notebook-rocm-runtime-tensorflow-ubi9-python-3.11": 29985, #29805,
252+
"odh-notebook-code-server-ubi9-python-3.11": 2993, #2598,
253253
"odh-notebook-rocm-python-3.11": 26667, # TODO
254254
}
255255

0 commit comments

Comments
 (0)