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"]