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
This commit is contained in:
Brendan Dolan-Gavitt 2022-08-29 19:35:14 -04:00 committed by GitHub
commit 44b078aa50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.