Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/whisper-jax
Vedits
/
wchfko
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wchfko
/
run.sh
sanchit-gandhi
dockerfile
b0782ac
over 2 years 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