Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reeuse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFDIxCS
A2 Reusable Execution Environments
reeuse
Commits
7e3f2ebb
Commit
7e3f2ebb
authored
3 months ago
by
Christoph Blessing
Browse files
Options
Downloads
Patches
Plain Diff
Remove verbosity flag
parent
c98aac96
No related branches found
Branches containing commit
Tags
v0.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/reeuse/main.py
+0
-1
0 additions, 1 deletion
src/reeuse/main.py
with
0 additions
and
1 deletion
src/reeuse/main.py
+
0
−
1
View file @
7e3f2ebb
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment