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 7bb5b98 commit d999a64Copy full SHA for d999a64
tests/containers/base_image_test.py
@@ -232,8 +232,8 @@ def test_image_size_change(self, image: str):
232
# Map of image label names with expected size in MBs.
233
expected_image_name_size_map = {
234
"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,
+ "odh-notebook-base-ubi9-python-3.11": 1432, #1262,
+ "odh-notebook-cuda-c9s-python-3.11": 11678, #11519,
237
"odh-notebook-cuda-ubi9-python-3.11": 9070, # TODO
238
"odh-notebook-jupyter-datascience-ubi9-python-3.11": 2845,
239
"odh-notebook-jupyter-minimal-ubi9-python-3.11": 1472, # gpu 9070; rocm 26667 ???
0 commit comments