File size: 368 Bytes
6d314be
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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