Skip to content

Commit

Permalink
noticed a permission error in Rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Sep 13, 2024
1 parent 77e1718 commit 0936ed6
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 @@ -100,7 +100,7 @@ RUN chown -R spark_user:spark $CDM_SHARED_DIR

# Set a directory for hosting Jupyterhub db and cookie secret
ENV JUPYTERHUB_SECRETS_DIR=/jupyterhub_secrets
RUN mkdir -p ${JUPYTERHUB_SECRETS_DIR}
RUN mkdir -p ${JUPYTERHUB_SECRETS_DIR} && chmod -R 777 ${JUPYTERHUB_SECRETS_DIR}
RUN chown -R spark_user:spark ${JUPYTERHUB_SECRETS_DIR}

# Allow spark_user to use sudo without a password
Expand Down

0 comments on commit 0936ed6

Please sign in to comment.