Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Sep 30, 2024
1 parent dd075f2 commit 1eb3729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ RUN sed -i '/<body>/r /tmp/nsf_logo_snippet.txt' /opt/PotreeConverter/build/reso
# - remove reference to background image
RUN sed -i 's/style="[^"]*background-image:[^"]*"//' /opt/PotreeConverter/build/resources/page_template/viewer_template.html

# Install Miniforge to get pdal

# Install Miniforge for our Python environment (provides easier PDAL installation)
RUN wget -q -O miniforge.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-$(uname -m).sh && \
sh miniforge.sh -b -p /opt/conda && \
rm miniforge.sh
Expand Down

0 comments on commit 1eb3729

Please sign in to comment.