feat: add aider
This commit is contained in:
parent
6a3bdb60de
commit
ce53e895a3
1 changed files with 7 additions and 3 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -44,9 +44,13 @@ ENV HOME=/home/${USERNAME}
|
|||
|
||||
USER ${USERNAME}
|
||||
|
||||
RUN python3 -m venv $HOME/py \
|
||||
&& $HOME/py/bin/pip install pyright \
|
||||
&& echo "export PATH=\"$HOME/py/bin:$PATH\"" >> $HOME/.bashrc
|
||||
RUN python3 -m venv $HOME/py
|
||||
|
||||
ENV PATH="$HOME/.local/bin:$HOME/py/bin:$PATH"
|
||||
|
||||
RUN pip install pyright aider-install
|
||||
|
||||
RUN $HOME/py/bin/aider-install
|
||||
|
||||
ENV NVM_DIR=${HOME}/.nvm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue