We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880566f commit d39b6baCopy full SHA for d39b6ba
tests/containers/base_image_test.py
@@ -206,8 +206,8 @@ def test_image_size_change(self, image: str):
206
# Map of image label names with expected size in MBs.
207
expected_image_name_size_map = {
208
"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,
+ "odh-notebook-base-ubi9-python-3.11": 1432, #1262,
+ "odh-notebook-cuda-c9s-python-3.11": 11678, #11519,
211
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
212
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
213
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
0 commit comments