Hello, i'm running jupyter from the image on https://hub.docker.com/r/jupyterhub/jupyterhub/--and i added the following steps in my DockerfileRUN 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:$PATHRUN python -m ipykernel installto install a python2.7 kernelwhen 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.