File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ ARG XDG_DATA_HOME="/usr/local"
128128COPY ./userspace/uv /tmp/agnos/uv
129129RUN source $XDG_DATA_HOME/venv/bin/activate && \
130130 cd /tmp/agnos/uv && \
131- export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
132131 MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 UV_PROJECT_ENVIRONMENT=$XDG_DATA_HOME/venv uv sync --frozen --inexact --compile-bytecode
133132
134133# Install nice to haves
Original file line number Diff line number Diff line change 1313cd userspace/uv
1414curl -sSo openpilot/pyproject.toml https://raw.githubusercontent.com/commaai/openpilot/master/pyproject.toml
1515
16- export PYOPENCL_CL_PRETEND_VERSION=" 2.0" && \
1716pc=" $( python3 -c " import sysconfig;print(sysconfig.get_config_vars('installed_base')[0])" ) " && \
1817pcpath=$pc " /lib/pkgconfig" && \
1918export PKG_CONFIG_PATH=" $pcpath :$PKG_CONFIG_PATH " && \
You can’t perform that action at this time.
0 commit comments