When running pnpm download-files, if one of the files fails to download, the command does not return an error.
As a result, the docker build process continues without failing.
However, during runtime, it reports a missing .onnx file.
It would be more intuitive if pnpm download-files threw an error when a file download fails,
so that the build process can stop immediately and the issue can be detected earlier.
When running
pnpm download-files, if one of the files fails to download, the command does not return an error.As a result, the
docker buildprocess continues without failing.However, during runtime, it reports a missing
.onnxfile.It would be more intuitive if
pnpm download-filesthrew an error when a file download fails,so that the build process can stop immediately and the issue can be detected earlier.