initialize an uv venv globally but skip it for python executor

This commit is contained in:
Ruben Fiszel
2025-02-22 01:53:14 +01:00
parent 21ca694299
commit 9ea6776ec1
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -174,6 +174,8 @@ 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 \
@@ -366,6 +366,7 @@ impl PyVersion {
"python",
"find",
self.to_string_with_dot(),
"--system",
"--python-preference=only-managed",
])
.envs([