Skip to content

Commit a5d48d3

Browse files
authored
Merge branch 'main' into konflux/component-updates/component-update-odh-workbench-jupyter-datascience-cpu-py312-ubi9
2 parents 4ed59f7 + b973183 commit a5d48d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/jupyterlab-with-elyra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ numpy~=2.2.3
6868
EOF
6969

7070
RUN echo "Installing software and packages" && \
71-
pip install -r requirements.txt && \
71+
pip install --no-cache-dir -r requirements.txt && \
7272
rm -f ./Pipfile.lock && \
7373
# Prepare directories for elyra runtime configuration
7474
mkdir /opt/app-root/runtimes && \

manifests/base/commit-latest.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ odh-pipeline-runtime-pytorch-rocm-py311-ubi9-commit-n=3b41375
1717
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-commit-n=d89ba18
1818
odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-commit-n=dfb17bc
1919
odh-workbench-jupyter-minimal-cpu-py312-ubi9-commit-n=9dabd59
20-
odh-workbench-jupyter-minimal-cuda-py312-ubi9-commit-n=7cf69e8
20+
odh-workbench-jupyter-minimal-cuda-py312-ubi9-commit-n=64b459d
2121
odh-workbench-jupyter-minimal-rocm-py312-ubi9-commit-n=6c50c8d
2222
odh-workbench-jupyter-datascience-cpu-py312-ubi9-commit-n=9dabd59
23-
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-commit-n=7cf69e8
23+
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-commit-n=64b459d
2424
odh-workbench-jupyter-pytorch-rocm-py312-ubi9-commit-n=7c26b6b
25-
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-commit-n=7cf69e8
25+
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-commit-n=64b459d
2626
odh-pipeline-runtime-datascience-cpu-py312-ubi9-commit-n=7cf69e8
2727
odh-workbench-jupyter-trustyai-cpu-py312-ubi9-commit-n=7cf69e8
2828
odh-workbench-codeserver-datascience-cpu-py312-ubi9-commit-n=7cf69e8

manifests/base/params-latest.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-
1717
odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9@sha256:61c9b7b18131e8c099ad76505841c199f5548cc8faeb8e9864bc40c9ab2ba85d
1818
odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9@sha256:d63b8e637c9bc2c1d787ebc6619a031a398cd650335b0c14d0fef07397c8e805
1919
odh-workbench-jupyter-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cpu-py312-ubi9@sha256:65c616b249ea7593d03d99972ee8d19e7e876308c17574c6d8f512441f542276
20-
odh-workbench-jupyter-minimal-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9@sha256:e1012b221440e84181743960c605f00efacdb24deef7672fedcf0e954556362c
20+
odh-workbench-jupyter-minimal-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9@sha256:8d836a008b64a6ea4dbfafcd1502fc696e7b184fb037656b5241e6bc1f87f19a
2121
odh-workbench-jupyter-minimal-rocm-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-minimal-rocm-py312-ubi9@sha256:eab52b4fd6c45acdc603772ba24fd98641595ec563d693aed686feb0e780364a
2222
odh-workbench-jupyter-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-datascience-cpu-py312-ubi9@sha256:3376b5efcad082255c4fb070290e916d1f7a186349b15304ff9dabaf34673e86
2323
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9@sha256:3bf1d50dbe4b971808083663da22a79518b7df769ead48246a27af1f8c9072d5
2424
odh-workbench-jupyter-pytorch-rocm-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-rocm-py312-ubi9@sha256:8566550f04ea79a95a714c396d981fc9603d86f825494717141b0f6c1e0a6397
25-
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9@sha256:87ee4ffe0de85cc017b8fb250da020bdc9db631328dbd275efea9e9595f76410
25+
odh-workbench-jupyter-tensorflow-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-tensorflow-cuda-py312-ubi9@sha256:00c722e7ef8dbee31785832ae9b47dab195bb421fd0cf6df36f1f144a62bff18
2626
odh-pipeline-runtime-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9@sha256:9050e8a05a3c482db80ba7e8020f1ffef0738d1a3840a7a4a8f34bec141c2555
2727
odh-workbench-jupyter-trustyai-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-trustyai-cpu-py312-ubi9@sha256:df1f71c44f53672dc63cac7916c6a5dcf1139d6de9d9b697701ccb67091da54b
2828
odh-workbench-codeserver-datascience-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9@sha256:12200076bb974120b0a90b24be0f57c9c0339afa498b83205304bffdd44f1c67

0 commit comments

Comments
 (0)