Skip to content
Merged
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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
python3 python3-pip python3-venv \
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
&& curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh \
#&& pip3 install -U --break-system-packages pip \
&& pip3 install --break-system-packages \
pytype ruff pytest ipython \
Expand Down
Loading