Spaces:
Running
Running
Michael Natanael
commited on
Commit
·
c523df3
1
Parent(s):
d9cc6c9
update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -7,7 +7,6 @@ FROM python:3.9
|
|
7 |
ENV OMP_NUM_THREADS=4
|
8 |
ENV NUMEXPR_NUM_THREADS=4
|
9 |
ENV MKL_NUM_THREADS=4
|
10 |
-
ENV OV_CPU_THROUGHPUT_NUM_STREAMS=1
|
11 |
|
12 |
RUN apt update
|
13 |
RUN apt --yes install ffmpeg
|
|
|
7 |
ENV OMP_NUM_THREADS=4
|
8 |
ENV NUMEXPR_NUM_THREADS=4
|
9 |
ENV MKL_NUM_THREADS=4
|
|
|
10 |
|
11 |
RUN apt update
|
12 |
RUN apt --yes install ffmpeg
|