Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lilacai
/
lilac
like
38
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
335bfb5
lilac
/
docker_start.sh
dsmilkov
Push
335bfb5
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
175 Bytes
#!/bin/bash
# Fail if any of the commands below fail.
set
-e
python docker_start.py
gunicorn lilac.server:app --
bind
0.0.0.0:5432 --preload -k uvicorn.workers.UvicornWorker