build sim container with available cores

old-commit-hash: e2fa4cc212
commatwo_master
Willem Melching 5 years ago
parent 39c19cf2d5
commit 05a758d70e
  1. 2
      tools/sim/Dockerfile.sim

@ -88,4 +88,4 @@ COPY ./selfdrive $HOME/openpilot/selfdrive
COPY ./tools $HOME/openpilot/tools
WORKDIR $HOME/openpilot
RUN scons -j40
RUN scons -j$(nproc)

Loading…
Cancel
Save