From 125141e01759c3c4f7a931076fe9e309d3c8f95b Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 30 Jul 2024 22:37:21 -0700 Subject: [PATCH] truly no cereal! --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index df3cb56b8d..f11ed990b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,11 +44,6 @@ ENV PYTHONPATH=/project RUN git config --global --add safe.directory '*' WORKDIR /project -RUN git clone https://github.com/commaai/cereal.git /project/cereal && \ - cd /project/cereal && \ - git checkout 861144c136c91f70dcbc652c2ffe99f57440ad47 && \ - rm -rf .git && \ - scons -j$(nproc) --minimal COPY SConstruct . COPY ./site_scons /project/site_scons