You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repo2docker/app.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ def _default_log_level(self):
177
177
defbuild_memory_limit_changed(self, change):
178
178
print("Setting build_memory_limit is not supported", file=sys.stderr)
179
179
print(
180
-
"Use `docker buildx create` to create a custom builder with appropriate memory limits instead",
180
+
"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",
0 commit comments