ENV OMP_NUM_THREADS=1 (#10593)

@Laughing-q @AyushExel setting to 1 due to recent issues

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/8101/head
Glenn Jocher 2022-12-26 14:54:43 +01:00 committed by GitHub
parent 5f8054c47c
commit 3c1afd9ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ WORKDIR /usr/src/app
RUN git clone https://github.com/ultralytics/yolov5 /usr/src/app
# Set environment variables
ENV OMP_NUM_THREADS=8
ENV OMP_NUM_THREADS=1
# Usage Examples -------------------------------------------------------------------------------------------------------