Skip to content

Commit a4430bb

Browse files
committed
update model
1 parent b59c87d commit a4430bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ COPY checkpoints/last.ckpt /app/checkpoints/last.ckpt
6969
# Optional target for future ONNX runtime integration.
7070
FROM runtime AS runtime-with-onnx
7171
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

Comments
 (0)