lilac / docker_start.sh
brilee's picture
Push to HF space
8c66d1a verified
raw
history blame
237 Bytes
#!/bin/bash
# Fail if any of the commands below fail.
set -e
mkdir -p /data
sudo chmod 777 /data
lilac hf-docker-start
gunicorn lilac.server:app \
--bind 0.0.0.0:5432 \
--preload -k uvicorn.workers.UvicornWorker \
--timeout 120