There was an error while loading. Please reload this page.
1 parent d3f6815 commit e19cc6fCopy full SHA for e19cc6f
1 file changed
Dockerfile.base
@@ -63,12 +63,7 @@ RUN apt-get clean
63
64
#RUN easy_install pip
65
#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
+RUN pip install pillow xmltodict pathos==0.2.0 multiprocess==0.70.5 dill==0.2.6 opencv-python shapely==1.6b2
72
RUN conda install scipy
73
RUN pip install setuptools --upgrade --disable-pip-version-check
74
RUN mkdir -p /usr/local/render-python
0 commit comments