diff --git a/Dockerfile b/Dockerfile index 7ba6533..7ee8b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \