Fix a bug with Jupyter and Python 2.7

This commit is contained in:
Julien Duponchelle 2017-04-10 16:49:37 +02:00
parent 5fa103910e
commit ecb97a98c3
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "gns3/jupyter27:v1",
"image": "gns3/jupyter27:v2",
"console_type": "http",
"console_http_port": 8888,
"console_http_path": "/"

View File

@ -10,4 +10,4 @@ EXPOSE 8888
VOLUME /opt/notebooks
CMD jupyter notebook --no-browser /opt/notebooks
CMD jupyter notebook --allow-root --no-browser /opt/notebooks

View File

@ -10,4 +10,4 @@ EXPOSE 8888
VOLUME /opt/notebooks
CMD jupyter notebook --no-browser /opt/notebooks
CMD jupyter notebook --allow-root --no-browser /opt/notebooks