Skip to content

Commit bd59ade

Browse files
committed
no more pyopencl
1 parent 6a78e77 commit bd59ade

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile.agnos

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ ARG XDG_DATA_HOME="/usr/local"
128128
COPY ./userspace/uv /tmp/agnos/uv
129129
RUN 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

sync_openpilot_dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fi
1313
cd userspace/uv
1414
curl -sSo openpilot/pyproject.toml https://raw.githubusercontent.com/commaai/openpilot/master/pyproject.toml
1515

16-
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
1716
pc="$(python3 -c "import sysconfig;print(sysconfig.get_config_vars('installed_base')[0])")" && \
1817
pcpath=$pc"/lib/pkgconfig" && \
1918
export PKG_CONFIG_PATH="$pcpath:$PKG_CONFIG_PATH" && \

0 commit comments

Comments
 (0)