File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/jupyterlab-with-elyra Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ numpy~=2.2.3
68
68
EOF
69
69
70
70
RUN echo "Installing software and packages" && \
71
- pip install -r requirements.txt && \
71
+ pip install --no-cache-dir - r requirements.txt && \
72
72
rm -f ./Pipfile.lock && \
73
73
# Prepare directories for elyra runtime configuration
74
74
mkdir /opt/app-root/runtimes && \
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ odh-workbench-jupyter-minimal-cpu-py312-ubi9-n=quay.io/opendatahub/odh-workbench
20
20
odh-workbench-jupyter-minimal-cuda-py312-ubi9-n = quay.io/opendatahub/odh-workbench-jupyter-minimal-cuda-py312-ubi9@sha256:8d836a008b64a6ea4dbfafcd1502fc696e7b184fb037656b5241e6bc1f87f19a
21
21
odh-workbench-jupyter-minimal-rocm-py312-ubi9-n = quay.io/opendatahub/odh-workbench-jupyter-minimal-rocm-py312-ubi9@sha256:eab52b4fd6c45acdc603772ba24fd98641595ec563d693aed686feb0e780364a
22
22
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
24
24
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
26
26
odh-pipeline-runtime-datascience-cpu-py312-ubi9-n = quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9@sha256:9050e8a05a3c482db80ba7e8020f1ffef0738d1a3840a7a4a8f34bec141c2555
27
27
odh-workbench-jupyter-trustyai-cpu-py312-ubi9-n = quay.io/opendatahub/odh-workbench-jupyter-trustyai-cpu-py312-ubi9@sha256:df1f71c44f53672dc63cac7916c6a5dcf1139d6de9d9b697701ccb67091da54b
28
28
odh-workbench-codeserver-datascience-cpu-py312-ubi9-n = quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9@sha256:12200076bb974120b0a90b24be0f57c9c0339afa498b83205304bffdd44f1c67
You can’t perform that action at this time.
0 commit comments