mirror of
https://github.com/bspeice/neuralnets-docker
synced 2025-09-03 13:24:53 -04: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
|