Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
?
  • Loading branch information
sshane committed Feb 10, 2025
1 parent cc54086 commit 173774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV OPENDBC_REF="25b3266b0bf95fced1589fd28f824227da62ffc0"
RUN cd /tmp/ && \
git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \
cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \
pip3 install --break-system-packages --no-cache-dir Cython numpy && \
pip3 install --break-system-packages --no-cache-dir Cython numpy pycapnp && \
ln -s $PWD/opendbc $PYTHONPATH/opendbc && \
scons -j8 --minimal opendbc/

Expand Down

0 comments on commit 173774c

Please sign in to comment.