mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-01-19 01:21:01 +08:00
7 lines
332 B
TOML
7 lines
332 B
TOML
[phases.setup]
|
|
nixPkgs = ['python310']
|
|
cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak libavcodec-extra']
|
|
[phases.install]
|
|
cmds = ['python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt && pip install -r requirements-optional.txt']
|
|
[start]
|
|
cmd = "python ./app.py" |