Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mxronga
/
acflp
like
0
Runtime error
App
Files
Files
Community
main
acflp
/
docker_start.sh
mxronga
Push to HF space
2839ab9
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
200 Bytes
#!/bin/bash
# Fail if any of the commands below fail.
set
-e
lilac hf-docker-start
gunicorn lilac.server:app \
--
bind
0.0.0.0:5432 \
--preload -k uvicorn.workers.UvicornWorker \
--
timeout
120