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...
f1bd50d
jupy-lab
/
entrypoint.sh
Ramses II
first deploy
511bc62
9 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
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;"