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

Update Dockerfile_jupyterhub

parent d5c9b28a
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -17,6 +17,6 @@ ENV ENV_NAME ${env_name} ...@@ -17,6 +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 RUN 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