Skip to content

Commit 7ff9f17

Browse files
authored
Update Dockerfile
1 parent d9ff09f commit 7ff9f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planet-notebook-docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3.1 \
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)