Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- 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 \
|