Skip to content

Commit

Permalink
Merge pull request #11 from martabal/noml
Browse files Browse the repository at this point in the history
fix: disable properly machine-learning
  • Loading branch information
hydazz authored Jan 23, 2023
2 parents b018421 + fa2b183 commit 46c7e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
Expand Down

0 comments on commit 46c7e29

Please sign in to comment.