Skip to content

Commit 536f7d7

Browse files
authored
[2.22] RHOAIENG-30247: update expected image sizes in check-params-env.sh for PyTorch and TrustyAI environments (#1293)
Discussed in * #1259 (comment)
1 parent a00c5e9 commit 536f7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check-params-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
195195
expected_name="odh-notebook-jupyter-pytorch-ubi9-python-3.11"
196196
expected_commitref="release-2024b"
197197
expected_build_name="jupyter-pytorch-ubi9-python-3.11-amd64"
198-
expected_img_size=8571
198+
expected_img_size=8710
199199
;;
200200
odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-2)
201201
expected_name="odh-notebook-jupyter-pytorch-ubi9-python-3.9"
@@ -303,7 +303,7 @@ function check_image_variable_matches_name_and_commitref_and_size() {
303303
expected_name="odh-notebook-jupyter-trustyai-ubi9-python-3.11"
304304
expected_commitref="release-2024b"
305305
expected_build_name="jupyter-trustyai-ubi9-python-3.11-amd64"
306-
expected_img_size=4197
306+
expected_img_size=4483
307307
;;
308308
odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-2)
309309
expected_name="odh-notebook-jupyter-trustyai-ubi9-python-3.9"

0 commit comments

Comments
 (0)