mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 21:44:14 -04:00
fixed thread config
This commit is contained in:
parent
2ae90dedfd
commit
090b9913b2
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
|
||||
RUN make Bibata_Classic -j
|
||||
RUN make Bibata_Oil -j
|
||||
RUN make Bibata_Ice -j
|
||||
RUN make Bibata_Amber -j
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue