We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59c87d commit a4430bbCopy full SHA for a4430bb
1 file changed
Dockerfile
@@ -69,3 +69,6 @@ COPY checkpoints/last.ckpt /app/checkpoints/last.ckpt
69
# Optional target for future ONNX runtime integration.
70
FROM runtime AS runtime-with-onnx
71
COPY checkpoints/last.onnx /app/checkpoints/last.onnx
72
+
73
+# Default/final stage used by platforms that don't set --target (e.g. Railway).
74
+FROM runtime AS final
0 commit comments