Performance: multiprocessing improvement (#6936)

* Add faster-fifo dependency for improved performance

* isort
This commit is contained in:
Sergey Krashevich
2023-06-28 13:39:39 +03:00
committed by GitHub
parent 9e531b0b5b
commit e640981cc4
8 changed files with 13 additions and 7 deletions

View File

@@ -127,7 +127,9 @@ 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 liblapack-dev && \
gcc gfortran libopenblas-dev liblapack-dev \
# faster-fifo dependencies
g++ cython3 && \
rm -rf /var/lib/apt/lists/*
RUN wget -q https://bootstrap.pypa.io/get-pip.py -O get-pip.py \