fix python venv

This commit is contained in:
Ruben Fiszel
2025-02-22 01:44:45 +01:00
parent 32df8ed308
commit 2f2ae05dd6
-2
View File
@@ -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 \