Skip to content

Instantly share code, notes, and snippets.

@marufeuille
Created July 20, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marufeuille/c9c6507e95eedf6d861903d527343421 to your computer and use it in GitHub Desktop.
Save marufeuille/c9c6507e95eedf6d861903d527343421 to your computer and use it in GitHub Desktop.
for JupyterHub
FROM jupyter/scipy-notebook
USER root
RUN mkdir -p /root/workspace/personal /root/workspace/project
WORKDIR /root/workspace
CMD ["jupyterhub-singleuser", "--allow-root"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment