s/docker-compose/docker compose/ and add requirements.txt

This commit is contained in:
Brendan Dolan-Gavitt 2022-11-23 16:57:16 -05:00
parent 7ea388fe19
commit 7e8c74d3a6
2 changed files with 4 additions and 1 deletions

View file

@ -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(),