Skip ONNX CUDA download in Docker builds
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m41s

This commit is contained in:
zyc 2026-05-27 11:10:44 +08:00
parent 5ad9ef376e
commit c47f34d888

View File

@ -2,6 +2,8 @@ FROM node:24-bookworm-slim
WORKDIR /app
ENV ONNXRUNTIME_NODE_INSTALL_CUDA=skip
RUN set -eux; \
. /etc/os-release; \
codename="${VERSION_CODENAME:-bookworm}"; \