Skip to content

Commit

Permalink
Add gpxpy, mplleaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Feb 1, 2016
2 parents 6c5a415 + 24109cc commit 84aa193
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ RUN python -c "from keras.models import Sequential" && \
sed -i 's/theano/tensorflow/' /.keras/.keras.json && \
# Re-run it to flush any more disk writes
python -c "from keras.models import Sequential; from keras.backend import backend; print(backend._BACKEND)"

# More packages: (please add new pip installs here)
RUN pip install --upgrade mpld3 && \
pip install mplleaflet && \
pip install gpxpy

0 comments on commit 84aa193

Please sign in to comment.