Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
cd1a6ea
1
Parent(s):
97ddce8
fix
Browse files- Dockerfile +1 -0
- requirements.txt +0 -1
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ ENV PYTHONUNBUFFERED=1
|
|
13 |
|
14 |
COPY requirements.txt requirements.txt
|
15 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
|
|
16 |
|
17 |
RUN mkdir -p $HOME/app/cache/transformers
|
18 |
RUN chmod 777 $HOME/app/cache/transformers
|
|
|
13 |
|
14 |
COPY requirements.txt requirements.txt
|
15 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
16 |
+
RUN pip3 install --no-cache-dir --no-dependencies spleeter
|
17 |
|
18 |
RUN mkdir -p $HOME/app/cache/transformers
|
19 |
RUN chmod 777 $HOME/app/cache/transformers
|
requirements.txt
CHANGED
@@ -14,6 +14,5 @@ tqdm
|
|
14 |
librosa
|
15 |
pydub
|
16 |
musicdl
|
17 |
-
spleeter
|
18 |
yt-dlp
|
19 |
gradio
|
|
|
14 |
librosa
|
15 |
pydub
|
16 |
musicdl
|
|
|
17 |
yt-dlp
|
18 |
gradio
|