This commit is contained in:
2024-11-25 23:17:25 -05:00
parent a0c49cffdd
commit ace880e610
4 changed files with 37 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ RUN pacman -S --noconfirm \
python \
python-pip \
python-pipx \
ansible
ansible \
tmux
# Ollama
RUN curl -fsSL https://ollama.com/install.sh | sh