From fa2b183c0397ea0c5e0ce20ef5ea666fc104c1ce Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 23 Jan 2023 11:01:38 +0100 Subject: [PATCH] fix: disable properly machine-learning Signed-off-by: martin --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 82afd607..a3f7334b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,8 @@ RUN \ /root/.npm # environment settings -ENV NODE_ENV="production" +ENV NODE_ENV="production" \ + MACHINE_LEARNING_ENABLED=false # copy local files COPY root/ / diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 180bb1aa..e8da1b64 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -81,7 +81,8 @@ RUN \ /root/.npm # environment settings -ENV NODE_ENV="production" +ENV NODE_ENV="production" \ + MACHINE_LEARNING_ENABLED=false # copy local files COPY root/ /