Skip to content

Commit

Permalink
ENV OMP_NUM_THREADS=1 (ultralytics#10593)
Browse files Browse the repository at this point in the history
@Laughing-q @AyushExel setting to 1 due to recent issues

Signed-off-by: Glenn Jocher <[email protected]>

Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Dec 26, 2022
1 parent 5f8054c commit 3c1afd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3c1afd9

Please sign in to comment.