Skip to content

Commit c1ba2fa

Browse files
authored
Update Dockerfile
1 parent 9192ed9 commit c1ba2fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

images/datascience-notebook/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,9 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
8989
mamba clean --all
9090

9191
# Install R packages
92-
RUN mamba install -c conda-forge --no-update-deps r-sf r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
92+
RUN R -e "install.packages(c('sf', 'markdown', 'covr', 'git2r', 'crosstalk', 'DT'), repos='https://cloud.r-project.org')" && \
9393
fix-permissions $CONDA_DIR && \
94-
fix-permissions /home/$NB_USER && \
95-
mamba clean -a -y
94+
fix-permissions /home/$NB_USER
9695

9796
# Run install-python + cleanup
9897
RUN /usr/share/datahub/scripts/install-python-all.sh && \

0 commit comments

Comments
 (0)