mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-15 00:54:59 +00:00
copy
This commit is contained in:
parent
13b0d51028
commit
c63aa97d9d
4 changed files with 24 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue