This commit is contained in:
Paul Gauthier 2024-07-31 10:30:27 -03:00
parent 13b0d51028
commit c63aa97d9d
4 changed files with 24 additions and 8 deletions

View file

@ -35,7 +35,13 @@ The above command installs the aider core, which is missing some of the extra
features like interactive help, the browser GUI and Playwright support for
scraping web pages.
Use `paulgauthier/aider-full` to get all the features, at the expense of a larger
docker image.
```
docker pull paulgauthier/aider-full
docker run -it --volume $(pwd):/app paulgauthier/aider-full --openai-api-key $OPENAI_API_KEY [...other aider args...]
```
## Limitations