From 4d20ef8937452c97cc2bfc1f7fd9f6ac7efa3bd1 Mon Sep 17 00:00:00 2001 From: Antonio Molner Domenech Date: Mon, 18 Nov 2024 22:09:06 +0000 Subject: [PATCH] Add uv package manager --- Dockerfile.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.template b/Dockerfile.template index 21715d9..bc6a373 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -54,3 +54,6 @@ RUN python --version && \ # This installs version poetry at the latest version. poetry is updated about twice a month. RUN curl -sSL https://install.python-poetry.org | python - + +# This installs uv at the latest version. +RUN curl -LsSf https://astral.sh/uv/install.sh | sh \ No newline at end of file