File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 gdal=2.1.3
14- RUN conda install -y --name python2 -c conda-forge gdal=2.1.3
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.4 \
3131 pyproj \
3232 rasterio==1.0a12 \
3333 setuptools \
@@ -67,7 +67,7 @@ RUN pip install --upgrade pip && \
6767 numpy \
6868 opencv-python==3.3.0.10 \
6969 planet \
70- pygdal==2.1.3.3 \
70+ pygdal==2.3.1.4 \
7171 pyproj \
7272 rasterio==1.0a12 \
7373 scikit-image \
You can’t perform that action at this time.
0 commit comments