fixing breaking change introduced by jupyter minor version update
parent
dc16446c5f
commit
d639b907c2
|
@ -18,4 +18,4 @@ services:
|
||||||
- "6006:6006"
|
- "6006:6006"
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/home/devel/handson-ml
|
- ../:/home/devel/handson-ml
|
||||||
command: /opt/conda/bin/jupyter notebook --ip='*' --port=8888 --no-browser
|
command: /opt/conda/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
|
||||||
|
|
Loading…
Reference in New Issue