Skip to content

Commit

Permalink
asdf2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Feb 26, 2025
1 parent 880566f commit d39b6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/containers/base_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ def test_image_size_change(self, image: str):
# Map of image label names with expected size in MBs.
expected_image_name_size_map = {
"odh-notebook-base-centos-stream9-python-3.11": 1350,
"odh-notebook-base-ubi9-python-3.11": 1262,
"odh-notebook-cuda-c9s-python-3.11": 11519,
"odh-notebook-base-ubi9-python-3.11": 1432, #1262,
"odh-notebook-cuda-c9s-python-3.11": 11678, #11519,
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
Expand Down

0 comments on commit d39b6ba

Please sign in to comment.