From: MatthieuCoder Date: Fri, 20 Jan 2023 18:41:13 +0000 (+0400) Subject: add hf arch X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=acdcd9bbcbbe5abe864eb551cd1d4d203baebd9c;p=matthieu%2Fgru.git add hf arch --- diff --git a/deep_phonemizer/Dockerfile b/deep_phonemizer/Dockerfile index 9c92481..e44f91a 100644 --- a/deep_phonemizer/Dockerfile +++ b/deep_phonemizer/Dockerfile @@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y build-essential RUN pip3 install -r /requirements.txt COPY . /app WORKDIR /app -ENTRYPOINT gunicorn app:app -w 8 --threads 8 -b 0.0.0.0:8000 \ No newline at end of file +ENTRYPOINT gunicorn app:app -w 2 --threads 1 -b 0.0.0.0:8000 \ No newline at end of file