File size: 216 Bytes
511bc62
 
 
676bf15
511bc62
 
 
1
2
3
4
5
6
7
#!/bin/bash

# Start JupyterLab in the background
jupyter lab --ip=0.0.0.0 --port=${JUPYTERLAB_PORT} --no-browser --allow-root --NotebookApp.base_url=/jupyter &

# Start Nginx in the foreground
nginx -g "daemon off;"