Skip to content

Commit d2b3f1c

Browse files
committed
break pmml env
1 parent 01f9bc6 commit d2b3f1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public_dropin_environments/python3_pmml/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ RUN sh -c "python -m venv ${VIRTUAL_ENV} && \
5353
. ${VIRTUAL_ENV}/bin/activate && \
5454
python -m ensurepip --default-pip && \
5555
python -m pip install --upgrade pip && \
56-
python -m pip install --no-cache-dir -r requirements.txt && \
5756
find ${VIRTUAL_ENV} -type d -name '__pycache__' -exec rm -rf {} +"
5857

5958
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk

0 commit comments

Comments
 (0)