Skip to content
Snippets Groups Projects
Commit fc5f7d42 authored by s2870355's avatar s2870355
Browse files

added --net=host for massive speedup

parent 7af088f3
No related branches found
No related tags found
No related merge requests found
Pipeline #77469 failed
......@@ -62,6 +62,7 @@ def run_cli_parallel(job : job_data) -> dict:
[ "docker", \
"run", \
"--rm", \
"--net=host", \
"-v", \
f"{dir_path}:/usr/src/project", \
"--entrypoint", "sh", \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment