Skip to content

Commit

Permalink
make panda a pip install instead of submodule
Browse files Browse the repository at this point in the history
rm from docker
  • Loading branch information
sshane committed Aug 17, 2024
1 parent 40a36df commit 72460cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt /tmp/
COPY panda/requirements.txt /tmp/requirements_panda.txt
RUN pip3 install --break-system-packages --no-cache-dir -r /tmp/requirements.txt
RUN pip3 install --break-system-packages --no-cache-dir -r /tmp/requirements_panda.txt
RUN pip3 install --break-system-packages --no-cache-dir pre-commit==2.15.0 pylint==2.17.4

WORKDIR /project/opendbc
Expand Down
1 change: 0 additions & 1 deletion panda
Submodule panda deleted from 0234e7
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-subtests
hypothesis==6.47.*
crcmod
natsort
https://github.com/commaai/panda.git

0 comments on commit 72460cc

Please sign in to comment.