We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25411c commit c4787f7Copy full SHA for c4787f7
Dockerfile
@@ -6,6 +6,7 @@ RUN apt-get update -y \
6
&& apt-get install -y --no-install-recommends \
7
python3 python3-pip python3-venv \
8
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
9
+ && curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh \
10
#&& pip3 install -U --break-system-packages pip \
11
&& pip3 install --break-system-packages \
12
pytype ruff pytest ipython \
0 commit comments