Skip to content
Snippets Groups Projects
Commit 7e3f2ebb authored by Christoph Blessing's avatar Christoph Blessing
Browse files

Remove verbosity flag

parent c98aac96
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -73,7 +73,6 @@ def build_image(spec, ree_dir):
"--format=docker",
f"--entry-point={spec['entrypoint']}",
f"--image-tag={spec['image']}",
"--verbosity=0",
] + symlink_args
image_tarball = cmd(args, cwd=ree_dir)[0].strip()
with open(image_tarball, "rb") as f:
......
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