Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pyboxs
/
jupy-lab
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
676bf15
jupy-lab
/
entrypoint.sh
Ramses II
auto msg
676bf15
9 months ago
raw
Copy download link
history
blame
216 Bytes
#!/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;"