We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f24718f + 1e16c13 commit 3661b12Copy full SHA for 3661b12
Dockerfile
@@ -118,14 +118,10 @@ RUN apt-get install -y libfreetype6-dev && \
118
ENV LD_LIBRARY_PATH=/opt/conda/lib
119
120
RUN apt-get -y install zlib1g-dev liblcms2-dev libwebp-dev libgeos-dev && \
121
- pip install matplotlib==2.2.3 && \
+ pip install matplotlib && \
122
pip install pyshp && \
123
pip install pyproj && \
124
- cd /usr/local/src && git clone https://github.com/matplotlib/basemap.git && \
125
- cd basemap && \
126
- git checkout v1.1.0 && \
127
- python setup.py install && \
128
- pip install basemap --no-binary basemap && \
+ conda install basemap && \
129
# sasl is apparently an ibis dependency
130
apt-get -y install libsasl2-dev && \
131
# ...as is psycopg2
0 commit comments