Skip to content

Commit d999a64

Browse files
committed
asdf2
1 parent 7bb5b98 commit d999a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/containers/base_image_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def test_image_size_change(self, image: str):
232232
# Map of image label names with expected size in MBs.
233233
expected_image_name_size_map = {
234234
"odh-notebook-base-centos-stream9-python-3.11": 1350,
235-
"odh-notebook-base-ubi9-python-3.11": 1262,
236-
"odh-notebook-cuda-c9s-python-3.11": 11519,
235+
"odh-notebook-base-ubi9-python-3.11": 1432, #1262,
236+
"odh-notebook-cuda-c9s-python-3.11": 11678, #11519,
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 ???

0 commit comments

Comments
 (0)