Skip to content

Commit bff5682

Browse files
authored
Merge pull request planetlabs#56 from theTechie/patch-1
Update to gdal 2.3.1 because gdal=2.1.3 does not work anymore
2 parents 355a90a + 7ff9f17 commit bff5682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

planet-notebook-docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1717
RUN 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 \

0 commit comments

Comments
 (0)