Skip ONNX CUDA download in Docker builds
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m41s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m41s
This commit is contained in:
parent
5ad9ef376e
commit
c47f34d888
@ -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}"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user