Skip to content

Commit

Permalink
Fix numba config for popv
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Apr 1, 2024
1 parent b04eea6 commit c5329c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions containers/popv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ RUN pip install -r requirements-freeze.txt && pip cache purge

COPY context/ .

# Popv unconditionally sets the number of threads to 10
# Ensure numba has the correct settings or it might throw an error
ENV NUMBA_NUM_THREADS=10

CMD ["python", "/main.py"]

0 comments on commit c5329c8

Please sign in to comment.