Skip to content

Commit

Permalink
sourcing is needed [upload]
Browse files Browse the repository at this point in the history
  • Loading branch information
andiradulescu committed Sep 3, 2024
1 parent e437895 commit b51147d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ RUN export MAKEFLAGS="-j$(nproc)" && \

# Install openpilot python packages
COPY ./userspace/uv /tmp/agnos/uv
RUN cd /tmp/agnos/uv && \
RUN source $XDG_DATA_HOME/venv/bin/activate && \
cd /tmp/agnos/uv && \
export PYOPENCL_CL_PRETEND_VERSION="2.0" && \
pc="$(python -c "import sysconfig;print(sysconfig.get_config_vars('installed_base')[0])")" && \
pcpath=$pc"/lib/pkgconfig" && \
Expand Down

0 comments on commit b51147d

Please sign in to comment.