Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rahulreshma
/
docker-test
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rahulreshma
commited on
Oct 16, 2025
Commit
b2e2803
·
verified
·
1 Parent(s):
d6f06aa
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
echo "Starting.."
3
-
$HOME/app/test/bin/
jupyter-lab \
4
--ip 0.0.0.0 \
5
--port 7860 \
6
--no-browser \
1
#!/bin/bash
2
echo "Starting.."
3
+
jupyter-lab \
4
--ip 0.0.0.0 \
5
--port 7860 \
6
--no-browser \