Skip to content

Commit 7633fc2

Browse files
authored
Update Dockerfile
1 parent 97a1766 commit 7633fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

images/datascience-notebook/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ RUN uv pip install jupyterhub==$JUPYTERHUB_VERSION jupyter_server==$JUPYTERSERVE
9292
uv cache clean
9393

9494
# Install R packages
95-
RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt r-sf -y && \
95+
RUN R -e "install.packages(c('sf', 'markdown', 'covr', 'git2r', 'crosstalk', 'DT'), repos='https://cloud.r-project.org')" && \
9696
fix-permissions $CONDA_DIR && \
9797
fix-permissions /home/$NB_USER && \
98-
mamba clean -a -y
9998

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

0 commit comments

Comments
 (0)