mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -04:00
2 core threading
This commit is contained in:
parent
16464cb991
commit
e53df832ef
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue