Skip to content

Commit c4787f7

Browse files
authored
Update Dockerfile
1 parent a25411c commit c4787f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -y \
66
&& apt-get install -y --no-install-recommends \
77
python3 python3-pip python3-venv \
88
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 \
910
#&& pip3 install -U --break-system-packages pip \
1011
&& pip3 install --break-system-packages \
1112
pytype ruff pytest ipython \

0 commit comments

Comments
 (0)