Spaces:
Running
on
T4
Running
on
T4
arumaekawa
commited on
Commit
•
d27d17d
1
Parent(s):
67cd767
update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -55,7 +55,8 @@ RUN pip install packaging && \
|
|
55 |
pip install spacy && \
|
56 |
pip install -U flash-attn gradio transformers fastapi tyro julius tiktoken hf-transfer && \
|
57 |
pip install git+https://github.com/yuta0306/audiocraft.git && \
|
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 \
|
61 |
HF_HUB_ENABLE_HF_TRANSFER=1 \
|
|
|
55 |
pip install spacy && \
|
56 |
pip install -U flash-attn gradio transformers fastapi tyro julius tiktoken hf-transfer && \
|
57 |
pip install git+https://github.com/yuta0306/audiocraft.git && \
|
58 |
+
pip install -U --pre torch torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121 && \
|
59 |
+
pip install -U gradio
|
60 |
ENV PYTHONPATH=${HOME}/app \
|
61 |
PYTHONUNBUFFERED=1 \
|
62 |
HF_HUB_ENABLE_HF_TRANSFER=1 \
|