Skip to content

Commit

Permalink
Upgrade to JupyterLab4 and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Apr 19, 2024
1 parent 295bf60 commit 7b6a5b2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/r-stat-301/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ COPY conda-linux-64.lock /tmp/conda-linux-64.lock

RUN mamba update --quiet --file /tmp/conda-linux-64.lock && \
mamba clean --all -y -f && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" && \
# fix-permissions "${CONDA_DIR}" && \
# fix-permissions "/home/${NB_USER}" && \
Rscript -e "install.packages('faux', repos='http://cran.us.r-project.org')" && \
Rscript -e "install.packages('moderndive', repos='http://cran.us.r-project.org')"

Expand Down
Loading

0 comments on commit 7b6a5b2

Please sign in to comment.