Skip to content

Commit

Permalink
[#36] Set OMP_NUM_THREADS=1 to turn off the openblas threading
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Serrat authored and xserrat committed Nov 19, 2023
1 parent cefe80d commit f87c2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM nvidia/cuda:11.8.0-base-ubuntu22.04

USER root
ENV TORCH_HOME=/data/models
ENV OMP_NUM_THREADS=1

# Install required tools
# Notes:
Expand Down

0 comments on commit f87c2d3

Please sign in to comment.