Skip to content

Commit f6a615c

Browse files
authored
Set GITHUB_ACTIONS to true in Dockerfile
Added GITHUB_ACTIONS environment variable to bypass internet connectivity check.
1 parent 59a5b75 commit f6a615c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
1212
ENV UV_SYSTEM_PYTHON=1
1313
ENV UV_NO_CACHE=1
1414

15+
# Set GITHUB_ACTIONS to bypass internet connectivity check in penv_setup.py
16+
ENV GITHUB_ACTIONS=true
17+
1518
# Install needed git package
1619
RUN apt-get update && apt-get install -y --no-install-recommends git && \
1720
apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)