We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9bd22 commit e2b307dCopy full SHA for e2b307d
Dockerfile
@@ -42,7 +42,7 @@ RUN cd /tmp/ && \
42
git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \
43
cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \
44
pip3 install --break-system-packages --no-cache-dir Cython numpy pycapnp && \
45
- ln -s $PWD/ $PYTHONPATH/opendbc && \
+ ln -s $PWD/opendbc $PYTHONPATH/opendbc && echo $PWD && ls $PYTHONPATH && \
46
scons -j8 --minimal opendbc/
47
48
# for Jenkins
0 commit comments