From 1b67f373d15af3596fadce2a8690da5d5e3a3cec Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 1 Apr 2022 06:51:27 +0000 Subject: [PATCH] removed UESR nobody as it breaks permissions --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9cbbc7..1008a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,5 +39,4 @@ RUN apt-get install -y --no-install-recommends \ && rm -rf /wheels /video2x /var/lib/apt/lists/* WORKDIR /host -USER nobody ENTRYPOINT ["/usr/bin/python3.8", "-m", "video2x"]