From dc4d0b53397ff9253e71faa90e7b5594996a2192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Mo=C5=A1a=C5=A5?= Date: Fri, 6 Oct 2023 12:11:13 +0200 Subject: [PATCH] Try removing thread option --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07e414ba..9505e826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN python -c 'from rembg.bg import download_models; download_models()' EXPOSE 5000 ENTRYPOINT ["rembg"] -CMD ["s", "-t 8"] +CMD ["s"]