Skip to content

Instantly share code, notes, and snippets.

@MridulS
Last active April 29, 2021 16:57
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 MridulS/4f10afe80ec3a1dc76270e7120ef127f to your computer and use it in GitHub Desktop.
Save MridulS/4f10afe80ec3a1dc76270e7120ef127f to your computer and use it in GitHub Desktop.
FROM jupyter/base-notebook:hub-1.3.0
ENV USER lol
ENV HOME /home/lol
USER root
RUN deluser jovyan
RUN adduser --disabled-password \
--gecos "Default user" \
--uid 1000 \
lol
WORKDIR ${HOME}
USER lol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment