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: Dockerfile
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# Stage 1: Define a minimal stage to extract the 'uv' binary
2
+
# This is a multi-stage build to use uv for dependency management and is necessary to ensure the the image version we pull is for the right architecture.
3
+
# This is automatically set by the buildx builder. when using --platoform linux/amd64,linux/arm64 argument and then
0 commit comments