Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Paul Gauthier 2024-08-01 12:37:48 -03:00
commit 15f589f642

View file

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