feat: add aider

This commit is contained in:
bumpsoo 2025-03-31 14:32:47 +00:00
parent 6a3bdb60de
commit ce53e895a3

View file

@ -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