From e53df832efea39e03b47efe3e5b2ca6d66c588d8 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Mon, 18 Nov 2019 09:18:09 +0530 Subject: [PATCH] 2 core threading --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2facc4c3..5f126e6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN apt-get install -qy inkscape x11-apps COPY . /Bibata # Change Work Directory WORKDIR /Bibata -# Building Source code with 4 core -RUN make Bibata_Classic -j 4 -RUN make Bibata_Oil -j 4 -RUN make Bibata_Ice -j 4 -RUN make Bibata_Amber -j 4 +# Building Source code with 2 core +RUN make Bibata_Classic -j 2 +RUN make Bibata_Oil -j 2 +RUN make Bibata_Ice -j 2 +RUN make Bibata_Amber -j 2