Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lilacai
/
GAIR-lima
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef3cf46
GAIR-lima
/
docker_start.sh
nsthorat-lilac
Push to HF space
acec92d
verified
about 1 year 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