Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cansik
/
docker-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cansik
commited on
Sep 2, 2024
Commit
6a82390
·
verified
·
1 Parent(s):
372538c
Update run.sh
Browse files
Files changed (1)
hide
show
run.sh
+3
-0
run.sh
CHANGED
Viewed
@@ -3,4 +3,7 @@
3
echo "hello world"
4
date
5
6
exit 0
3
echo "hello world"
4
date
5
6
+
nohup python -m http.server 7860 &
7
+
8
+
sleep 10
9
exit 0