Copy waifu2x models to right location

master
Simon Bruder 2020-01-25 08:57:30 +00:00
parent 5951684c01
commit 46f063e2dc
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 0 deletions

View File

@ -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