We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe73dcc commit a05361eCopy full SHA for a05361e
tests/safety_replay/Dockerfile
@@ -39,10 +39,8 @@ RUN ./install_capnp.sh
39
RUN git clone https://github.com/commaai/openpilot.git || true
40
WORKDIR /openpilot
41
RUN git pull && git checkout f9257fc75f68c673f9e433985fbe739f23310bb4
42
+RUN git submodule update --init cereal
43
-RUN git clone https://github.com/commaai/cereal.git || true
44
-WORKDIR /openpilot/cereal
45
-RUN git pull && git checkout 35040fe6bb9ebc31d38e98faa64d5ec4093ce3d5
46
COPY . /openpilot/panda
47
48
WORKDIR /openpilot/panda/tests/safety_replay
0 commit comments