mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
Upgrade to grep-ast 0.2.2 to streamline tree-sitter install
This commit is contained in:
parent
b579c9e4d4
commit
5280549c33
3 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
### main branch
|
||||
|
||||
- Upgrade to grep-ast 0.2.2 to streamline tree-sitter install
|
||||
|
||||
### v0.16.0
|
||||
|
||||
- [Improved repository map using tree-sitter](https://aider.chat/docs/repomap.html)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.10-slim
|
||||
COPY . /aider
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y build-essential git libportaudio2 && \
|
||||
apt-get install --no-install-recommends -y git libportaudio2 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install --no-cache-dir /aider && \
|
||||
rm -rf /aider
|
||||
|
|
|
@ -34,4 +34,4 @@ jsonschema==4.17.3
|
|||
sounddevice==0.4.6
|
||||
soundfile==0.12.1
|
||||
pathspec==0.11.2
|
||||
grep-ast==0.2.0
|
||||
grep-ast==0.2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue