Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ EOF
ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python

# Install Python via uv and expose it on PATH
RUN uv python install 3.14.4 \
&& ln -s "$(uv python find 3.14.4)" /usr/local/bin/python3
RUN uv python install 3.14.5 \
&& ln -s "$(uv python find 3.14.5)" /usr/local/bin/python3

# Install pi globally
RUN npm install -g "@earendil-works/pi-coding-agent@0.78.0"
Expand Down