Revert "Add OPENBLAS_NUM_THREADS environment variable to limit the number of threads used by OpenBLAS library in Dockerfile"

This reverts commit 2bc977a375.
This commit is contained in:
Sergey Krashevich 2023-06-26 16:03:46 +03:00
parent 4f9cf220d4
commit 9de8f3f380
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -127,7 +127,7 @@ RUN apt-get -qq update \
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
# scipy dependencies
gcc gfortran libopenblas-dev libopenblas64-0 libopenblas64-dev liblapack-dev && \
gcc gfortran libopenblas-dev liblapack-dev && \
rm -rf /var/lib/apt/lists/*
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \
@ -172,7 +172,6 @@ ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
ENV PATH="/usr/lib/btbn-ffmpeg/bin:/usr/local/go2rtc/bin:/usr/local/nginx/sbin:${PATH}"
ENV OPENBLAS_NUM_THREADS=1
# Install dependencies
RUN --mount=type=bind,source=docker/install_deps.sh,target=/deps/install_deps.sh \