Skip to content

Commit e19cc6f

Browse files
committed
compressing base image pip installs
1 parent d3f6815 commit e19cc6f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile.base

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ RUN apt-get clean
6363

6464
#RUN easy_install pip
6565
#RUN pip install -U pip setuptools
66-
RUN pip install shapely==1.6b2
67-
RUN pip install opencv-python
68-
RUN pip install dill==0.2.6
69-
RUN pip install multiprocess==0.70.5
70-
RUN pip install pathos==0.2.0
71-
RUN pip install pillow
66+
RUN pip install pillow xmltodict pathos==0.2.0 multiprocess==0.70.5 dill==0.2.6 opencv-python shapely==1.6b2
7267
RUN conda install scipy
7368
RUN pip install setuptools --upgrade --disable-pip-version-check
7469
RUN mkdir -p /usr/local/render-python

0 commit comments

Comments
 (0)