smilkov/imdb
0
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 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