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