better instruction

This commit is contained in:
jason-on-salt-a40
2024-04-08 12:04:22 -07:00
parent 2ae80ef87a
commit 445376ffcc
3 changed files with 83 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y git-core ffmpeg espeak-ng && \
RUN conda update -y -n base -c conda-forge conda && \
conda create -y -n voicecraft python=3.9.16 && \
conda run -n voicecraft conda install -y -c conda-forge montreal-forced-aligner=2.2.17 openfst=1.8.2 kaldi=5.5.1068 && \
conda run -n voicecraft mfa model download dictionary english_us_arpa && \
conda run -n voicecraft mfa model download acoustic english_us_arpa && \
conda run -n voicecraft pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft && \
conda run -n voicecraft pip install xformers==0.0.22 && \
conda run -n voicecraft pip install torch==2.0.1 && \