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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -51,8 +51,8 @@ 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 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 \
 
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 \