Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Dec 18, 2024
1 parent 668e91a commit 89e8cd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
mamba clean -a -y

# Install R packages
# --freeze-installed prevents mamba from taking too long during package resolution
# This only seems to happen with our R packages as of 12/18/24
RUN mamba install -c conda-forge r-markdown r-git2r r-covr r-dt r-crosstalk --freeze-installed && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
Expand Down

0 comments on commit 89e8cd1

Please sign in to comment.