From 4fc8e8bfa93aff5d5f87b15f0fd7a95db6ce71d1 Mon Sep 17 00:00:00 2001 From: ethancole Date: Thu, 15 Jul 2021 18:11:55 -0700 Subject: [PATCH] Removed 'numexpr==2.6.4 \' in the Dockerfile, as it causes a failure when building Jupyter. docker-compose up is successful with it removed. --- jupyter/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyter/Dockerfile b/jupyter/Dockerfile index abbee92..6a1c4a5 100644 --- a/jupyter/Dockerfile +++ b/jupyter/Dockerfile @@ -14,7 +14,6 @@ RUN pip install -U geopandas \ fiona \ six \ pyproj \ - numexpr==2.6.4 \ elasticsearch \ geojson \ plotly \