We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a5b75 commit f6a615cCopy full SHA for f6a615c
Dockerfile
@@ -12,6 +12,9 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
12
ENV UV_SYSTEM_PYTHON=1
13
ENV UV_NO_CACHE=1
14
15
+# Set GITHUB_ACTIONS to bypass internet connectivity check in penv_setup.py
16
+ENV GITHUB_ACTIONS=true
17
+
18
# Install needed git package
19
RUN apt-get update && apt-get install -y --no-install-recommends git && \
20
apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments