mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-02-01 13:24:25 +01:00
Dockerfile - updated transformers version to 4.31.0
This commit is contained in:
parent
1839a380d6
commit
7817d60bc4
|
|
@ -29,6 +29,6 @@ SHELL ["/bin/bash", "--login", "-c"]
|
|||
RUN conda create --name tortoise python=3.9 numba inflect \
|
||||
&& conda activate tortoise \
|
||||
&& conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia \
|
||||
&& conda install transformers=4.29.2 \
|
||||
&& conda install transformers=4.31.0 \
|
||||
&& cd /app \
|
||||
&& python setup.py install
|
||||
|
|
|
|||
Loading…
Reference in a new issue