mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
15f589f642
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@ launch the aider core container.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull paulgauthier/aider
|
docker pull paulgauthier/aider
|
||||||
docker run -it --volume $(pwd):/app paulgauthier/aider --openai-api-key $OPENAI_API_KEY [...other aider args...]
|
docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider --openai-api-key $OPENAI_API_KEY [...other aider args...]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Full version
|
### Full version
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull paulgauthier/aider-full
|
docker pull paulgauthier/aider-full
|
||||||
docker run -it --volume $(pwd):/app paulgauthier/aider-full --openai-api-key $OPENAI_API_KEY [...other aider args...]
|
docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider-full --openai-api-key $OPENAI_API_KEY [...other aider args...]
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to use it
|
## How to use it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue