Adding OMP_NUM_THREADS=1 (#16747)
This commit is contained in:
parent
97521186a7
commit
2102713540
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
PYTHONDONTWRITEBYTECODE=1 \
|
||||
PIP_NO_CACHE_DIR=1 \
|
||||
PIP_BREAK_SYSTEM_PACKAGES=1 \
|
||||
MKL_THREADING_LAYER=GNU
|
||||
MKL_THREADING_LAYER=GNU \
|
||||
OMP_NUM_THREADS=1
|
||||
|
||||
# Downloads to user config dir
|
||||
ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/Arial.ttf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue