newTryOn / render.yaml
amanSethSmava
new commit
6d314be
raw
history blame contribute delete
368 Bytes
services:
- type: web
name: hairfastgan-backend
runtime: python
buildCommand: |
curl -sSL https://install.python-poetry.org | python3 -
poetry config virtualenvs.create false
poetry install --no-root
startCommand: poetry run python inference_server.py
envVars:
- key: PYTHONUNBUFFERED
value: "TRUE"
plan: free