Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tejani
/
Mirror
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Mirror
/
run.sh
tejani
Update run.sh
c365ed5
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
199 Bytes
#!/bin/bash
service nginx start
python -m http.server --directory ./static --
bind
0.0.0.0 7860 &
echo
$! > http_server.pid
chmod
+x build/linuxBuild.x86_64
build/linuxBuild.x86_64 -port 7777
#wait $!