Skip to content

Commit bc5a783

Browse files
committed
asdf2
1 parent 24e65dd commit bc5a783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/containers/base_image_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def test_image_size_change(self, image: str):
206206
# Map of image label names with expected size in MBs.
207207
expected_image_name_size_map = {
208208
"odh-notebook-base-centos-stream9-python-3.11": 1350,
209-
"odh-notebook-base-ubi9-python-3.11": 1262,
210-
"odh-notebook-cuda-c9s-python-3.11": 11519,
209+
"odh-notebook-base-ubi9-python-3.11": 1432, #1262,
210+
"odh-notebook-cuda-c9s-python-3.11": 11678, #11519,
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 ???

0 commit comments

Comments
 (0)