kojimano3 commited on
Commit
b2191ae
1 Parent(s): b830b0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
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 \
 
52
  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 \