Skip to content

Commit f6719f6

Browse files
author
earthlab
committed
Adding libtiff5 for geopandas
1 parent 989149f commit f6719f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ FROM jupyter/minimal-notebook:python-3.11
44
USER root
55
RUN apt-get update && \
66
apt-get install -y \
7-
libfmt-dev
7+
libfmt-dev \
8+
libtiff5
9+
810
USER jovyan
911

1012
# Set up conda

0 commit comments

Comments
 (0)