-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for the use of devcontainers for development in vscode #2905
base: main
Are you sure you want to change the base?
Conversation
Still need to add some docs on how to use in both VSCode and from the command line via devcontainers CLI. |
1990658
to
2c39f07
Compare
This is failing to start in Github codespaces because of the use of the .env file. Looking into alternatives now. |
10721b4
to
e58700d
Compare
Security, performance, and non-root user workflow
This will allow folks to easily use devcontainers to develop aider.
ab612ae
to
07e398b
Compare
This reduces the number of high and medium CVEs to 0 for the image.
The latest docker image won't allow you to install the dependencies via pip install -e . && pip install -r requirements/requirements-dev.txt && pre-commit install but re-working the Dockerfile fixes that issue. |
Benefits:
See #2885