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 7f2e477 commit b846335Copy full SHA for b846335
examples/jupyterlab-with-elyra/Dockerfile
@@ -68,7 +68,7 @@ numpy~=2.2.3
68
EOF
69
70
RUN echo "Installing software and packages" && \
71
- pip install -r requirements.txt && \
+ pip install --no-cache-dir -r requirements.txt && \
72
rm -f ./Pipfile.lock && \
73
# Prepare directories for elyra runtime configuration
74
mkdir /opt/app-root/runtimes && \
0 commit comments