mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Add AIDER_DOCKER_IMAGE=true environment variable to aider-full and aider Docker images
This commit is contained in:
parent
a01749cb32
commit
a369e0c281
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ RUN git config --system --add safe.directory /app
|
|||
#########################
|
||||
FROM base AS aider-full
|
||||
|
||||
ENV AIDER_DOCKER_IMAGE=true
|
||||
|
||||
COPY . /tmp/aider
|
||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip \
|
||||
&& /venv/bin/python -m pip install --no-cache-dir /tmp/aider[help,browser,playwright] \
|
||||
|
@ -35,6 +37,8 @@ ENTRYPOINT ["/venv/bin/aider"]
|
|||
#########################
|
||||
FROM base AS aider
|
||||
|
||||
ENV AIDER_DOCKER_IMAGE=true
|
||||
|
||||
COPY . /tmp/aider
|
||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip \
|
||||
&& /venv/bin/python -m pip install --no-cache-dir /tmp/aider \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue