Skip to content

Commit

Permalink
turnoff jupyter images authentication (kubeflow#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
zabbasi authored and prodonjs committed Mar 4, 2019
1 parent bbff6d9 commit c576aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tensorflow-notebook-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ RUN docker-credential-gcr configure-docker && chown jovyan:users $HOME/.docker/c
# Configure container startup
EXPOSE 8888
ENTRYPOINT ["tini", "--"]
CMD ["sh","-c", "jupyter notebook --notebook-dir=/home/jovyan --ip=0.0.0.0 --no-browser --allow-root --port=8888"]
CMD ["sh","-c", "jupyter notebook --notebook-dir=/home/jovyan --ip=0.0.0.0 --no-browser --allow-root --port=8888 --NotebookApp.token='' --NotebookApp.password=''"]

0 comments on commit c576aee

Please sign in to comment.