Skip to content

Commit

Permalink
Remove temp fix for /home/jovyan for rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Jul 22, 2024
1 parent 34b5154 commit edbe1ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ COPY ./test ./integration_tests /home/jovyan/

RUN chmod 777 /var/ -R

# (Temp fix?) Make jovyan accessible so that RStudio does not complain
RUN chmod 777 /home/jovyan/ -R

USER $NB_USER

# Cleanup
Expand Down

0 comments on commit edbe1ca

Please sign in to comment.