Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
smilkov
/
imdb
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
imdb
/
docker_start.sh
smilkov
Push to HF space
7aa1c2b
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
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