|
|
@ -7,9 +7,12 @@ RUN echo 'deb http://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ tes
|
|
|
|
&& apt-get -y install \
|
|
|
|
&& apt-get -y install \
|
|
|
|
autoconf \
|
|
|
|
autoconf \
|
|
|
|
beignet-opencl-icd \
|
|
|
|
beignet-opencl-icd \
|
|
|
|
|
|
|
|
clinfo \
|
|
|
|
ffmpeg \
|
|
|
|
ffmpeg \
|
|
|
|
git \
|
|
|
|
git \
|
|
|
|
|
|
|
|
intel-opencl-icd \
|
|
|
|
libtool \
|
|
|
|
libtool \
|
|
|
|
|
|
|
|
pocl-opencl-icd \
|
|
|
|
python3-pip \
|
|
|
|
python3-pip \
|
|
|
|
vapoursynth \
|
|
|
|
vapoursynth \
|
|
|
|
vapoursynth-* \
|
|
|
|
vapoursynth-* \
|
|
|
@ -56,12 +59,15 @@ RUN wget -nv -P /usr/local/lib/python3.*/dist-packages/ \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/havsfunc/raw/master/havsfunc.py \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/havsfunc/raw/master/havsfunc.py \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/mvsfunc/raw/master/mvsfunc.py \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/mvsfunc/raw/master/mvsfunc.py \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/vsTAAmbk/raw/master/vsTAAmbk.py \
|
|
|
|
https://github.com/HomeOfVapourSynthEvolution/vsTAAmbk/raw/master/vsTAAmbk.py \
|
|
|
|
|
|
|
|
https://github.com/IFeelBloated/Oyster/raw/master/Oyster.py \
|
|
|
|
|
|
|
|
https://github.com/IFeelBloated/vapoursynth-mvtools-sf/raw/master/src/mvmulti.py \
|
|
|
|
https://github.com/Infiziert90/getnative/raw/master/getnative.py \
|
|
|
|
https://github.com/Infiziert90/getnative/raw/master/getnative.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/fvsfunc/raw/master/fvsfunc.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/fvsfunc/raw/master/fvsfunc.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/vsutil/raw/master/vsutil.py \
|
|
|
|
https://github.com/Irrational-Encoding-Wizardry/vsutil/raw/master/vsutil.py \
|
|
|
|
https://github.com/WolframRhodium/muvsfunc/raw/master/muvsfunc.py \
|
|
|
|
https://github.com/WolframRhodium/muvsfunc/raw/master/muvsfunc.py \
|
|
|
|
https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py
|
|
|
|
https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py \
|
|
|
|
|
|
|
|
https://github.com/theChaosCoder/lostfunc/raw/master/lostfunc.py
|
|
|
|
|
|
|
|
|
|
|
|
RUN chmod 755 /usr/local/lib/python3.*/dist-packages/*
|
|
|
|
RUN chmod 755 /usr/local/lib/python3.*/dist-packages/*
|
|
|
|
|
|
|
|
|
|
|
|