File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7
1010# mismatchedsqlite3 version between build and runtime.
1111# Downloading and building results in the gdal vsicurl driver not working
1212# (not sure why)
13- RUN conda install -y -c conda-forge libgdal =2.3.1
14- RUN conda install -y --name python2 -c conda-forge libgdal =2.3.1
13+ RUN conda install -y -c conda-forge gdal =2.3.1
14+ RUN conda install -y --name python2 -c conda-forge gdal =2.3.1
1515
1616# Add pip2.7 shortcut and install Python2 packages
1717RUN ln -s $CONDA_DIR/envs/python2/bin/pip $CONDA_DIR/bin/pip2.7 && \
@@ -27,7 +27,7 @@ RUN ln -s $CONDA_DIR/envs/python2/bin/pip $CONDA_DIR/bin/pip2.7 && \
2727 numpy \
2828 opencv-python==3.3.0.10 \
2929 planet \
30- pygdal==2.1.3.3 \
30+ pygdal==2.3.1 \
3131 pyproj \
3232 rasterio==1.0a12 \
3333 setuptools \
You can’t perform that action at this time.
0 commit comments