Commit d5c9b28a authored by Decoupes Remy's avatar Decoupes Remy
Browse files

Update Dockerfile_jupyterhub

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -17,5 +17,6 @@ ENV ENV_NAME ${env_name} ...@@ -17,5 +17,6 @@ ENV ENV_NAME ${env_name}
# setting up # setting up
WORKDIR /notebooks WORKDIR /notebooks
RUN useradd -m beyond RUN useradd -m beyond
chown -R beyond:beyond /notebooks
USER beyond USER beyond
CMD /opt/conda/envs/${ENV_NAME}/bin/jupyterhub-singleuser --allow-root --debug CMD /opt/conda/envs/${ENV_NAME}/bin/jupyterhub-singleuser --allow-root --debug
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment