From a5d347f5bdf0a8dedbe1766ed77062304470d85b Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:46:37 -0700 Subject: [PATCH] Add missing mesa/mesa-geo/matplotlib pkgs arcgis_test notebook missing modules mesa_geo and mesa. This resolves those missing dependencies. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4ad7f50..b8dc40d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,9 @@ RUN pip uninstall pillow fiona -y && \ ipyleaflet \ ipywidgets \ keplergl \ + mesa-geo \ + mesa \ + matplotlib \ jupyterlab==2.3.1 \ shapely==2.0.0 \ pyshp==2.3.1 \