Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
yuvipanda and manics authored Feb 13, 2025
1 parent a9a38de commit 709eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo2docker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def make_r2d(argv=None):
# We no longer support build_memory_limit, it must be set in the builder instance
print("--build-memory-limit is no longer supported", file=sys.stderr)
print(
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
"Check your build engine documentation to set memory limits. Use `docker buildx create` if using the default builder to create a custom builder with appropriate memory limits",
file=sys.stderr,
)
sys.exit(-1)
Expand Down

0 comments on commit 709eb8e

Please sign in to comment.