Skip to content

Commit

Permalink
Adding libtiff5 for geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
earthlab committed Apr 23, 2024
1 parent 989149f commit f6719f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ FROM jupyter/minimal-notebook:python-3.11
USER root
RUN apt-get update && \
apt-get install -y \
libfmt-dev
libfmt-dev \
libtiff5

USER jovyan

# Set up conda
Expand Down

0 comments on commit f6719f6

Please sign in to comment.