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 01f9bc6 commit d2b3f1cCopy full SHA for d2b3f1c
public_dropin_environments/python3_pmml/Dockerfile
@@ -53,7 +53,6 @@ RUN sh -c "python -m venv ${VIRTUAL_ENV} && \
53
. ${VIRTUAL_ENV}/bin/activate && \
54
python -m ensurepip --default-pip && \
55
python -m pip install --upgrade pip && \
56
- python -m pip install --no-cache-dir -r requirements.txt && \
57
find ${VIRTUAL_ENV} -type d -name '__pycache__' -exec rm -rf {} +"
58
59
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk
0 commit comments