Skip to content

Commit 70977e9

Browse files
authored
Update Dockerfile
1 parent 37a1464 commit 70977e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/datascience-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ 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 r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
92+
RUN mamba install -c conda-forge r-sf r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
9393
fix-permissions $CONDA_DIR && \
9494
fix-permissions /home/$NB_USER && \
9595
mamba clean -a -y

0 commit comments

Comments
 (0)