mirror of
https://github.com/bspeice/neuralnets-docker
synced 2024-12-04 20:58:09 -05:00
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /opt/development
|
||
|
/usr/local/bin/jupyter notebook --ip 0.0.0.0
|