From 2f2ae05dd679ea4f189a2debb18fdf02b62e2f83 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 22 Feb 2025 01:44:45 +0100 Subject: [PATCH] fix python venv --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5591a00ba..9b1c59c2c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -174,8 +174,6 @@ RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releas RUN uv python install 3.11 RUN uv python install $LATEST_STABLE_PY -RUN uv venv - RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get -y update && apt-get install -y curl procps nodejs awscli && apt-get clean \