We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to downgrade ra-aid package (and fix the version) when I install it in the docker image (see raaid.Dockerfile)
FROM paulgauthier/aider
USER root SHELL ["/bin/bash", "-c"] RUN apt-get update && apt-get install -y ripgrep && . /venv/bin/activate && pip install ra-aid
The latest version provides error. Find the current latest version, downgrade it and fix it in the pip install
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I want to downgrade ra-aid package (and fix the version) when I install it in the docker image (see raaid.Dockerfile)
FROM paulgauthier/aider
USER root
SHELL ["/bin/bash", "-c"]
RUN apt-get update &&
apt-get install -y ripgrep &&
. /venv/bin/activate &&
pip install ra-aid
The latest version provides error. Find the current latest version, downgrade it and fix it in the pip install
The text was updated successfully, but these errors were encountered: