jungok commited on
Commit
9de2ed5
1 Parent(s): a113e94

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -51,7 +51,9 @@ RUN pyenv install ${PYTHON_VERSION} && \
51
  pip install --no-cache-dir -U pip setuptools wheel
52
  RUN pip install packaging && \
53
  pip install -r ${HOME}/app/requirements.txt && \
54
- pip install -U flash-attn gradio spacy transformers fastapi tyro julius audiocraft tiktoken hf-transfer && \
 
 
55
  pip install -U --pre torch torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
56
  ENV PYTHONPATH=${HOME}/app \
57
  PYTHONUNBUFFERED=1 \
 
51
  pip install --no-cache-dir -U pip setuptools wheel
52
  RUN pip install packaging && \
53
  pip install -r ${HOME}/app/requirements.txt && \
54
+ pip install Cython==0.29.36
55
+ pip install spacy==3.0.6 --no-build-isolation
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 \