]> git.puffer.fish Git - matthieu/gru.git/commitdiff
add hf arch
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Fri, 20 Jan 2023 18:41:13 +0000 (22:41 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Fri, 20 Jan 2023 18:41:13 +0000 (22:41 +0400)
deep_phonemizer/Dockerfile

index 9c9248194a3b43d7fd5126db131f4d619254d14d..e44f91a66ae9b6054285d58c1f638f10ce090fd8 100644 (file)
@@ -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