mirror of
https://github.com/bspeice/neuralnets-docker
synced 2025-01-23 03:50:05 -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
|