diff --git a/server/Dockerfile b/server/Dockerfile index 422ff53..53e530f 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,7 +1,7 @@ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel WORKDIR /app -COPY requirements.txt . -RUN python -m pip install -r requirements.txt --use-deprecated=legacy-resolver +COPY requirements.frozen.txt . +RUN python -m pip install --no-deps -r requirements.frozen.txt COPY main.py . diff --git a/server/requirements.frozen.txt b/server/requirements.frozen.txt new file mode 100644 index 0000000..b384ea0 --- /dev/null +++ b/server/requirements.frozen.txt @@ -0,0 +1,160 @@ +absl-py==2.0.0 +accelerate==0.24.0 +aiohttp==3.8.6 +aiosignal==1.3.1 +anyascii==0.3.2 +anyio==4.0.0 +appdirs==1.4.4 +astunparse==1.6.3 +async-timeout==4.0.3 +attrs==23.1.0 +audioread==3.0.1 +Babel==2.13.1 +bangla==0.0.2 +blinker==1.6.3 +bnnumerizer==0.0.2 +bnunicodenormalizer==0.1.6 +brotlipy==0.7.0 +cachetools==5.3.2 +clean-fid==0.1.35 +click==8.1.7 +clip-anytorch==2.5.2 +conda==23.3.1 +conda-build==3.24.0 +contourpy==1.1.1 +coqpit==0.0.17 +cycler==0.12.1 +Cython==0.29.30 +dateparser==1.1.8 +deepspeed==0.10.3 +dnspython==2.3.0 +docker-pycreds==0.4.0 +docopt==0.6.2 +einops==0.6.1 +encodec==0.1.1 +exceptiongroup==1.1.1 +expecttest==0.1.4 +fastapi==0.95.2 +Flask==2.3.3 +fonttools==4.43.1 +frozenlist==1.4.0 +fsspec==2023.6.0 +ftfy==6.1.1 +g2pkk==0.1.2 +gitdb==4.0.11 +GitPython==3.1.40 +google-auth==2.23.3 +google-auth-oauthlib==1.1.0 +grpcio==1.59.0 +gruut==2.2.3 +gruut-ipa==0.13.0 +gruut-lang-de==2.0.0 +gruut-lang-en==2.0.0 +gruut-lang-es==2.0.0 +gruut-lang-fr==2.0.2 +h11==0.14.0 +hjson==3.1.0 +httptools==0.6.1 +huggingface-hub==0.18.0 +hypothesis==6.75.2 +imageio==2.31.6 +inflect==5.6.2 +itsdangerous==2.1.2 +jamo==0.4.1 +jieba==0.42.1 +joblib==1.3.2 +jsonlines==1.2.0 +jsonmerge==1.9.2 +jsonpointer==2.1 +jsonschema==4.19.1 +jsonschema-specifications==2023.7.1 +k-diffusion==0.0.16 +kiwisolver==1.4.5 +kornia==0.7.0 +lazy_loader==0.3 +librosa==0.10.0 +llvmlite==0.40.1 +Markdown==3.5 +matplotlib==3.7.3 +mkl-fft==1.3.6 +mkl-service==2.4.0 +mpmath==1.3.0 +msgpack==1.0.7 +multidict==6.0.4 +networkx==2.8.8 +ninja==1.11.1.1 +nltk==3.8.1 +num2words==0.5.13 +numba==0.57.0 +numpy==1.22.0 +oauthlib==3.2.2 +packaging==23.1 +pandas==1.5.3 +pathtools==0.1.2 +Pillow==9.4.0 +platformdirs==3.11.0 +pooch==1.8.0 +protobuf==4.23.4 +py-cpuinfo==9.0.0 +pyasn1==0.5.0 +pyasn1-modules==0.3.0 +pydantic==1.10.13 +pynndescent==0.5.10 +pyparsing==3.1.1 +pypinyin==0.49.0 +pysbd==0.3.4 +python-crfsuite==0.9.9 +python-dateutil==2.8.2 +python-dotenv==1.0.0 +python-etcd==0.4.5 +python-multipart==0.0.6 +referencing==0.30.2 +regex==2023.10.3 +requests-oauthlib==1.3.1 +resize-right==0.0.2 +rpds-py==0.10.6 +rsa==4.9 +safetensors==0.4.0 +scikit-image==0.22.0 +scikit-learn==1.3.0 +scipy==1.11.3 +sentry-sdk==1.32.0 +setproctitle==1.3.3 +smmap==5.0.1 +sniffio==1.3.0 +sortedcontainers==2.4.0 +soundfile==0.12.1 +soxr==0.3.7 +starlette==0.27.0 +sympy==1.12 +tbb==2021.10.0 +tensorboard==2.15.0 +tensorboard-data-server==0.7.2 +threadpoolctl==3.2.0 +tifffile==2023.9.26 +tokenizers==0.13.3 +torch==2.0.1 +torchaudio==2.0.2 +torchdiffeq==0.2.3 +torchelastic==0.2.2 +torchsde==0.2.6 +torchtext==0.15.2 +torchvision==0.15.2 +tqdm==4.64.1 +trainer==0.0.31 +trampoline==0.1.2 +transformers==4.33.3 +triton==2.0.0 +TTS==0.19.1 +types-dataclasses==0.6.6 +typing_extensions==4.8.0 +tzlocal==5.2 +umap-learn==0.5.4 +Unidecode==1.3.7 +uvicorn==0.23.2 +uvloop==0.19.0 +wandb==0.15.12 +watchfiles==0.21.0 +websockets==12.0 +Werkzeug==3.0.1 +yarl==1.9.2