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

add container name option

parent 329be012
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ def run_cli_parallel(job : job_data) -> dict:
args= \
[ "docker", \
"run", \
"--name" \
f"{os.path.relpath(job.location.replace(os.path.sep, '.'))}" \
"--rm", \
"--net=host", \
"-v", \
......
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