We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2095e5 + 62d2906 commit 83f72deCopy full SHA for 83f72de
Dockerfile
@@ -24,6 +24,6 @@ RUN apt-get update -qq \
24
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
25
&& rm -rf /var/lib/apt/lists/*
26
# Build VTR
27
-RUN make && make install
+RUN make -j$(nproc) && make install
28
# Container's default launch command
29
SHELL ["/bin/bash", "-c"]
0 commit comments