Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
dockerplayground
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
93d6913
dockerplayground
/
start_server.sh
nateraw
Update start_server.sh
93d6913
over 2 years ago
raw
Copy download link
history
blame
Safe
196 Bytes
#!/bin/bash
echo
"Starting Jupyter Lab with token
$JUPYTER_TOKEN
"
jupyter-lab \
--ip 0.0.0.0 \
--port 7860 \
--no-browser \
--allow-root \
--NotebookApp.token=
'$JUPYTER_TOKEN'