Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 5, 2024
1 parent 65f9cf6 commit d222dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions draft_images/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN /pyrocket_scripts/setup-start.sh || echo "setup-start.sh failed" || true
RUN rm -rf /tmp2
USER ${NB_USER}

COPY apt.txt apt.txt
RUN rm apt.txt

USER root
# install the geospatial libraries and R spatial; the rocket script are part of py-rocket-base
RUN PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && \
Expand Down

0 comments on commit d222dbc

Please sign in to comment.