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...
main
docker-test
/
run.sh
cansik
Update run.sh
6a82390
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
#!/bin/bash
echo
"hello world"
date
nohup
python -m http.server 7860 &
sleep
10
exit
0