yuta0306 commited on
Commit
7e221f5
1 Parent(s): b2191ae

fix installation

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -53,7 +53,8 @@ RUN pip install packaging && \
53
  pip install -r ${HOME}/app/requirements.txt && \
54
  pip install Cython==0.29.36 && \
55
  pip install spacy && \
56
- pip install -U flash-attn gradio transformers fastapi tyro julius audiocraft tiktoken hf-transfer && \
 
57
  pip install -U --pre torch torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
58
  ENV PYTHONPATH=${HOME}/app \
59
  PYTHONUNBUFFERED=1 \
 
53
  pip install -r ${HOME}/app/requirements.txt && \
54
  pip install Cython==0.29.36 && \
55
  pip install spacy && \
56
+ pip install -U flash-attn gradio transformers fastapi tyro julius tiktoken hf-transfer && \
57
+ pip install audiocraft && \
58
  pip install -U --pre torch torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
59
  ENV PYTHONPATH=${HOME}/app \
60
  PYTHONUNBUFFERED=1 \