Skip to content

Commit

Permalink
Removed julia perm
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuuu committed Aug 19, 2020
1 parent c3b8e64 commit 105280b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ RUN chown 1000:1000 ${DATASCIENCE_TESTDIR}
# change the owner back
RUN chown -R 1000:1000 /home/jovyan
USER $NB_UID
RUN bash -c 'find /opt/julia -type f -a -name "*.ji" -a \! -perm /005 | xargs chmod og+rX'
ENV SHELL=/bin/bash

0 comments on commit 105280b

Please sign in to comment.