Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Add fiona package to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcockr committed May 16, 2019
1 parent ad943f8 commit 8736124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easi-training-pc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN mkdir $HOME/work && \
# Install psycopg2 as a special case, to quiet the warning message
pip3 install --no-cache --no-binary :all: psycopg2 && \
# Install jupyter notebook and additional python packages for interactive odc use
pip3 install jupyter matplotlib folium ffmpeg shapely scikit-image
pip3 install jupyter matplotlib folium ffmpeg shapely scikit-image fiona

USER root

Expand Down

0 comments on commit 8736124

Please sign in to comment.