Skip to content

Commit

Permalink
fix(docker): support non-avx cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Oct 11, 2024
1 parent 9916e64 commit 03b6a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM nikolaik/python-nodejs:python3.12-nodejs20

ENV LANG=C.UTF-8
ENV LANG=C.UTF-8 \
# See: https://github.com/Ravencentric/juicenet-cli/issues/75
GYP_DEFINES="enable_native_tuning=0"

WORKDIR /node

Expand Down

0 comments on commit 03b6a67

Please sign in to comment.