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.
For more options, visit https://groups.google.com/d/optout.