diff options
| -rw-r--r-- | deep_phonemizer/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
