Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lilacai
/
lilac
like
39
Running
App
Files
Files
Community
2
172280a
lilac
/
docker_start.sh
brilee
Push to HF space
5dade30
verified
10 months ago
raw
Copy download link
history
blame
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