This commit is contained in:
2025-07-04 14:30:22 -06:00
parent ee53522078
commit 689d0d4ce2
65 changed files with 1095 additions and 553 deletions

View File

@@ -9,6 +9,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
# Install Claude Code globally as root
RUN npm install -g @anthropic-ai/claude-code
# Install Ollama
RUN curl -fsSL https://ollama.com/install.sh | sh
# Install Python and dependencies
RUN apt-get update && apt-get install -y \
python3 \