diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 22:41:13 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 22:41:13 +0400 |
| commit | acdcd9bbcbbe5abe864eb551cd1d4d203baebd9c (patch) | |
| tree | 0ae24ea91d5b2c4731e5772c6eadb2a16261c8b4 | |
| parent | f52380d00ba030ba975f929029317807a95db75f (diff) | |
add hf arch
| -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 |
