CoolFace
Apppublic

smilkov/imdb

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
docker_start.sh11 linesDownload Raw Back to root
1#!/bin/bash2 3# Fail if any of the commands below fail.4set -e5 6lilac hf-docker-start7gunicorn lilac.server:app \8  --bind 0.0.0.0:5432 \9  --preload -k uvicorn.workers.UvicornWorker \10  --timeout 12011