Files
chatgpt-on-wechat/nixpacks.toml
2023-04-13 20:08:53 +08:00

7 lines
278 B
TOML

providers = ['python']
[phases.setup]
nixPkgs = ['python310']
cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak','python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements-optional.txt']
[start]
cmd = "python ./app.py"