Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kplgpt68
/
jax
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jax
/
run.sh
kplgpt68
Upload 5 files
40da1de
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
#!/bin/bash
# Careful: can't create tmp files from this script
cat
nginx.conf | sed
"s|API_URL|
${API_URL}
|g"
> /etc/nginx/sites-available/default
service nginx start
sleep
infinity