diff --git a/Dockerfile b/Dockerfile index 5785948..ebabd56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}"; \