Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/whisper-jax
Vedits
/
wchfko
like
1
Runtime error
App
Files
Files
Community
e912792
wchfko
/
run.sh
sanchit-gandhi
HF staff
dockerfile
b0782ac
over 1 year ago
raw
Copy download link
history
blame
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