sim: write params to enable in Dockerfile (#24113)

old-commit-hash: d1c3b7a20d
taco
Adeeb Shihadeh 3 years ago committed by GitHub
parent 0a3d2137bb
commit 69bfa59a81
  1. 2
      tools/sim/Dockerfile.sim

@ -63,3 +63,5 @@ COPY ./tools $HOME/openpilot/tools
WORKDIR $HOME/openpilot WORKDIR $HOME/openpilot
RUN scons -j$(nproc) RUN scons -j$(nproc)
RUN python -c "from selfdrive.test.helpers import set_params_enabled; set_params_enabled()"

Loading…
Cancel
Save