From 4aa644534a9f421020d54dee917a7722198b2b4e Mon Sep 17 00:00:00 2001 From: Marina Moreira Date: Wed, 26 Jun 2024 11:20:57 -0700 Subject: [PATCH] add reason for splitting pip commands --- pano/docker/pano.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pano/docker/pano.Dockerfile b/pano/docker/pano.Dockerfile index 1f84da54..ea986cd4 100644 --- a/pano/docker/pano.Dockerfile +++ b/pano/docker/pano.Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update \ RUN pip3 install --no-cache-dir --upgrade pip && \ pip3 install --no-cache-dir jupyter -# Install other Python packages +# Install other Python packages: jupyter package needs to be installed before attempting to build pyshtools RUN pip3 install --no-cache-dir pandas pyshtools snakemake pulp==2.7 --ignore-installed PyYAML # pannellum: library for viewing/navigating panorama tours