From bd59adef340c35519b7a42cce63f5515944ad86e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 4 Mar 2026 14:09:31 -0800 Subject: [PATCH] no more pyopencl --- Dockerfile.agnos | 1 - sync_openpilot_dependencies.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 8506626..c142922 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -128,7 +128,6 @@ ARG XDG_DATA_HOME="/usr/local" COPY ./userspace/uv /tmp/agnos/uv RUN source $XDG_DATA_HOME/venv/bin/activate && \ cd /tmp/agnos/uv && \ - export PYOPENCL_CL_PRETEND_VERSION="2.0" && \ MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 UV_PROJECT_ENVIRONMENT=$XDG_DATA_HOME/venv uv sync --frozen --inexact --compile-bytecode # Install nice to haves diff --git a/sync_openpilot_dependencies.sh b/sync_openpilot_dependencies.sh index b68cac8..b255bd6 100755 --- a/sync_openpilot_dependencies.sh +++ b/sync_openpilot_dependencies.sh @@ -13,7 +13,6 @@ fi cd userspace/uv curl -sSo openpilot/pyproject.toml https://raw.githubusercontent.com/commaai/openpilot/master/pyproject.toml -export PYOPENCL_CL_PRETEND_VERSION="2.0" && \ pc="$(python3 -c "import sysconfig;print(sysconfig.get_config_vars('installed_base')[0])")" && \ pcpath=$pc"/lib/pkgconfig" && \ export PKG_CONFIG_PATH="$pcpath:$PKG_CONFIG_PATH" && \