Skip to content

Commit ddb7828

Browse files
try to add r tests back in
1 parent 9c1521d commit ddb7828

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

images/datascience-notebook/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ RUN uv pip install jupyterhub==$JUPYTERHUB_VERSION jupyter_server==$JUPYTERSERVE
9797
fix-permissions /home/$NB_USER && \
9898
uv cache clean
9999

100+
# update R packages
101+
RUN R -e "update.packages(ask=FALSE, repos='https://cloud.r-project.org')"
102+
100103
# Install R packages
101104
RUN R -e "install.packages(c('xfun', 'rmarkdown', 'covr', 'git2r', 'crosstalk', 'DT'), repos='https://cloud.r-project.org')" && \
102105
fix-permissions $CONDA_DIR && \

0 commit comments

Comments
 (0)