Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
b75ccfc5
Unverified
Commit
b75ccfc5
authored
Dec 14, 2024
by
Daniel Hiltgen
Committed by
GitHub
Dec 14, 2024
Browse files
ci: be more aggressive on parallelism in build (#8102)
parent
7a81daf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
b75ccfc5
...
@@ -69,7 +69,7 @@ ARG OLLAMA_FAST_BUILD
...
@@ -69,7 +69,7 @@ ARG OLLAMA_FAST_BUILD
ARG
VERSION
ARG
VERSION
RUN
--mount
=
type
=
cache,target
=
/root/.ccache
\
RUN
--mount
=
type
=
cache,target
=
/root/.ccache
\
if
grep
"^flags"
/proc/cpuinfo|grep avx>/dev/null
;
then
\
if
grep
"^flags"
/proc/cpuinfo|grep avx>/dev/null
;
then
\
make
-j
$(
expr
$(
nproc
)
/ 2
)
dist
;
\
make
-j
$(
nproc
)
dist
;
\
else
\
else
\
make
-j
5 dist
;
\
make
-j
5 dist
;
\
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment