mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-06 21:11:53 -07:00
s/docker-compose/docker compose/ and add requirements.txt
This commit is contained in:
parent
7ea388fe19
commit
7e8c74d3a6
2 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,7 @@ def test_python_backend(n_gpus: int):
|
|||
docker_proc = None
|
||||
try:
|
||||
docker_proc = pexpect.pty_spawn.spawn(
|
||||
f"docker-compose -f {compose_file} up",
|
||||
f"docker compose -f {compose_file} up",
|
||||
encoding="utf-8",
|
||||
cwd=curdir,
|
||||
env=load_test_env(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue