Skip to content

Commit d9ff09f

Browse files
authored
Update Dockerfile
1 parent 54190cf commit d9ff09f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

planet-notebook-docker/Dockerfile

Lines changed: 3 additions & 3 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 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
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 \
3131
pyproj \
3232
rasterio==1.0a12 \
3333
setuptools \

0 commit comments

Comments
 (0)