mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactored into get_requirements
This commit is contained in:
parent
2af9876b76
commit
e307be1a9c
3 changed files with 42 additions and 37 deletions
|
@ -9,5 +9,6 @@ RUN apt-get update && \
|
|||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install --no-cache-dir /aider && \
|
||||
rm -rf /aider
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["aider"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue