Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 9, 2024
1 parent 8257c94 commit 66150fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appendix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ENV R_HOME="/usr/local/lib/R"
ENV TZ="Etc/UTC"

COPY ${REPO_DIR}/install_R_source.sh /rocker_scripts/install_R_source.sh
RUN cd / && /rocker_scripts/install_R_source.sh
RUN cd / && \
/rocker_scripts/install_R_source.sh

# Revert to default user
USER ${NB_USER}

0 comments on commit 66150fa

Please sign in to comment.