Skip to content

Commit

Permalink
login as root and fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Sep 12, 2024
1 parent 84bc4a6 commit 4b3cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ RUN chown -R spark_user:spark ${JUPYTERHUB_SECRETS_DIR}
RUN echo "spark_user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

# Switch back to non-root user
USER spark_user
#USER spark_user

ENTRYPOINT ["/opt/scripts/entrypoint.sh"]

0 comments on commit 4b3cdec

Please sign in to comment.