From 44b078aa50919ea67b64e237e41b3050559da94b Mon Sep 17 00:00:00 2001 From: Brendan Dolan-Gavitt Date: Mon, 29 Aug 2022 19:35:14 -0400 Subject: [PATCH] Tiny fix to README `docker-compose` is now `docker compose` so don't call it `docker-compose` any more. See https://github.com/moyix/fauxpilot/issues/32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e25f7..6ac9592 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is an attempt to build a locally hosted version of [GitHub Copilot](https:/ You'll need: * Docker -* `docker-compose` >= 1.28 +* `docker compose` >= 1.28 * An NVIDIA GPU with Compute Capability >= 7.0 and enough VRAM to run the model you want. * [`nvidia-docker`](https://github.com/NVIDIA/nvidia-docker) * `curl` and `zstd` for downloading and unpacking the models.