Skip to content

Commit 07ed3c4

Browse files
authored
Merge branch 'main' into konflux/component-updates/component-update-odh-workbench-jupyter-minimal-cuda-py312-ubi9
2 parents e4137f0 + d3ba31d commit 07ed3c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/params-latest.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ odh-workbench-jupyter-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench
2020
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:93fa3cddb0529ca915728a74db6fe02abcc2c642529bbcb5bcea3e56cb98485f
23-
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9@sha256:3bf1d50dbe4b971808083663da22a79518b7df769ead48246a27af1f8c9072d5
23+
odh-workbench-jupyter-pytorch-cuda-py312-ubi9-n=quay.io/opendatahub/odh-workbench-jupyter-pytorch-cuda-py312-ubi9@sha256:2d221648121928a6154b4a9b98ed66d1181198166734a9f69c3e4235942d5719
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)