Re: [jupyter] Running jupyter from docker not able to log in

13 views
Skip to first unread message

Thomas Kluyver

unread,
Jan 27, 2018, 5:27:39 AM1/27/18
to Project Jupyter
Do you specifically want JupyterHub, which is a multi-user server? If you're just looking to use the notebook as an individual, you probably want to start with an image like one of these:


On 23 January 2018 at 23:39, Andrew Hannock <tomaspie...@gmail.com> wrote:
Hello, i'm running jupyter from the image on https://hub.docker.com/r/jupyterhub/jupyterhub/

and i added the following steps in my Dockerfile

RUN apt-get install -y python2.7 && \
         conda create -n ipykernel_py2 python=2 ipykernel && \
         /bin/bash -c "source /opt/conda/envs/ipykernel_py2/bin/activate ipykernel_py2"
ENV PATH  /opt/conda/envs/ipykernel_py2/bin:$PATH
RUN python -m ipykernel install

to install a python2.7 kernel

when i run this container i go to the browser and get a screen prompting for login credentials, and nothing seems to work, how am i supposed to add users?

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscribe@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/dd246484-0b17-400f-99f1-cb39fbd1ace4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages