Clean up
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user