Copy waifu2x models to right location
This commit is contained in:
parent
5951684c01
commit
46f063e2dc
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue