Skip to content

Commit

Permalink
limit core use in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Jul 7, 2023
1 parent 5195553 commit 72d118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Dockerfile.pi
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ RUN cd ${HOME}/opt/src && \
mkdir build && \
cd build && \
cmake -DVIAMCPPSDK_USE_DYNAMIC_PROTOS=ON -DVIAMCPPSDK_OFFLINE_PROTO_GENERATION=ON .. -G Ninja && \
ninja install
ninja install -j1

0 comments on commit 72d118d

Please sign in to comment.