Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lilacai
/
nikhil_staging
like
0
Runtime error
App
Files
Files
Community
46
c95e881
nikhil_staging
/
docker_start.sh
nsthorat
Push
0469936
about 1 year ago
raw
Copy download link
history
blame
Safe
201 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 \
--
timeout
120