mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
removed UESR nobody as it breaks permissions
This commit is contained in:
parent
7215ee1921
commit
1b67f373d1
@ -39,5 +39,4 @@ RUN apt-get install -y --no-install-recommends \
|
|||||||
&& rm -rf /wheels /video2x /var/lib/apt/lists/*
|
&& rm -rf /wheels /video2x /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /host
|
WORKDIR /host
|
||||||
USER nobody
|
|
||||||
ENTRYPOINT ["/usr/bin/python3.8", "-m", "video2x"]
|
ENTRYPOINT ["/usr/bin/python3.8", "-m", "video2x"]
|
||||||
|
Loading…
Reference in New Issue
Block a user