Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Nov 1, 2023
1 parent 70ca89d commit b48923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY /test/test_r_dump_packages.R /opt/manual_tests
COPY /test/test_r_func.R /opt/manual_tests

RUN mkdir /etc/datahub-profile.d/ && chmod 777 /etc/datahub-profile.d/
RUN mkdir /etc/profile.d/ && chmod 777 /etc/profile.d/
RUN chmod 777 /etc/profile.d/

USER jovyan

Expand Down

0 comments on commit b48923f

Please sign in to comment.