Skip to content

Commit

Permalink
add reason for splitting pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Jun 26, 2024
1 parent b0116bf commit 4aa6445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pano/docker/pano.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aa6445

Please sign in to comment.