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:
https://hub.docker.com/r/jupyter/datascience-notebook/ https://hub.docker.com/r/jupyter/scipy-notebook/ On 23 January 2018 at 23:39, Andrew Hannock <[email protected]> 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/dd246484-0b17-400f-99f1-cb39fbd1ace4%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/dd246484-0b17-400f-99f1-cb39fbd1ace4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qgJ0WL5Jcqk2n3iaOOqaPbMdyn_v8QEjD%2BScHVkph0%3DVQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
