Dockerfile.openpilot: don't set UV_PROJECT_ENVIRONMENT (#36246)

* Dockerfile.openpilot: don't uv sync with root

* Revert "Dockerfile.openpilot: don't uv sync with root"

This reverts commit 2c271d0b5b55d6ae2ece6b28dc90a96e6e891ded.

* don't set UV_PROJECT_ENVIRONMENT
This commit is contained in:
Armand du Parc Locmaria
2025-10-03 14:36:12 -07:00
committed by GitHub
parent d567442136
commit 150ff72646
2 changed files with 3 additions and 3 deletions

View File

@@ -11,4 +11,4 @@ COPY . ${OPENPILOT_PATH}/
ENV UV_BIN="/home/batman/.local/bin/"
ENV PATH="$UV_BIN:$PATH"
RUN uv run scons --cache-readonly -j$(nproc)
RUN UV_PROJECT_ENVIRONMENT=$VIRTUAL_ENV uv run scons --cache-readonly -j$(nproc)