From c4787f7b38b3737a36bdcde349b56e3aae48225c Mon Sep 17 00:00:00 2001 From: Ben Chuanlong Du Date: Sat, 3 May 2025 01:33:06 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \