Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Pyboxs
/
jupy-lab
like
0
Runtime error
App
Files
Files
Community
main
jupy-lab
/
entrypoint.sh
Ramses II
auto msg
7950999
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
#!/bin/bash
# Start JupyterLab in the background
jupyter lab --port=
${JUPYTERLAB_PORT}
--no-browser --allow-root &
# Start Nginx in the foreground
nginx -g
"daemon off;"