Skip to content

Commit

Permalink
[FIX] Limit of NumPy threads
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Jan 17, 2025
1 parent 1d9be9a commit ef70ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ENV FILESTORE_OPERATIONS_THREADS=3 \
REDIS_DBINDEX=1 \
REDIS_PASS=False

# https://odoo-community.org/groups/contributors-15/contributors-186006?mode=thread&date_begin=&date_end=
ENV OPENBLAS_NUM_THREADS=1

# Add new entrypoints and configs
COPY entrypoint.d/* $RESOURCES/entrypoint.d/
COPY conf.d/* $RESOURCES/conf.d/
Expand Down

0 comments on commit ef70ff6

Please sign in to comment.