Skip to content

Commit

Permalink
Uncomment fix-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Apr 18, 2024
1 parent 61f309d commit 077546a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/r-stat-201/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ COPY conda-linux-64.lock /tmp/conda-linux-64.lock
# Install R packages from lock file.
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 "devtools::install_github('UBC-MDS/[email protected]')" && \
Rscript -e "devtools::install_github('UBC-MDS/[email protected]')"

Expand Down

0 comments on commit 077546a

Please sign in to comment.