Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeion
/
dissertation_project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15b9cac
dissertation_project
/
docker_start.sh
mikeion
Push to HF space
15b9cac
over 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