Spaces:
Running
Running
fabiogra
commited on
Commit
•
4aa756b
1
Parent(s):
3314a1f
fix: permission tmp in dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -18,8 +18,8 @@ COPY img ./img
|
|
18 |
|
19 |
RUN wget --progress=bar:force:noscroll https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth
|
20 |
|
21 |
-
RUN mkdir -p /tmp/ /tmp/vocal_remover /.cache /.config && \
|
22 |
-
chmod 777 /tmp /tmp/vocal_remover /.cache /.config
|
23 |
|
24 |
ENV PYTHONPATH "${PYTHONPATH}:/app"
|
25 |
|
|
|
18 |
|
19 |
RUN wget --progress=bar:force:noscroll https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth
|
20 |
|
21 |
+
RUN mkdir -p /tmp/ /tmp/vocal_remover /.cache /.config /tmp/htdemucs /tmp/htdemucs_6s && \
|
22 |
+
chmod 777 /tmp /tmp/vocal_remover /.cache /.config /tmp/htdemucs /tmp/htdemucs_6s
|
23 |
|
24 |
ENV PYTHONPATH "${PYTHONPATH}:/app"
|
25 |
|