mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 09:16:17 +00:00
Fix a bug with Jupyter and Python 2.7
This commit is contained in:
parent
5fa103910e
commit
ecb97a98c3
@ -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": "/"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user