From 46f063e2dc0f9aa7e2efd23c33673c26cc9b42ec Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 25 Jan 2020 08:57:30 +0000 Subject: [PATCH] Copy waifu2x models to right location --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a36cf18..a0594b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,9 @@ RUN wget -nv -P /usr/local/lib/python3.*/dist-packages/ \ RUN chmod 755 /usr/local/lib/python3.*/dist-packages/* +# models are at wrong location (whyever the package installs it there) +RUN cp -r /usr/share/vapoursynth-waifu2x-models/ /usr/lib/x86_64-linux-gnu/vapoursynth/models/ + RUN adduser --disabled-password --gecos '' vapoursynth USER vapoursynth