Skip to content

Commit

Permalink
fix: permission tmp in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Jul 14, 2023
1 parent 3314a1f commit 4aa756b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ COPY img ./img

RUN wget --progress=bar:force:noscroll https://huggingface.co/fabiogra/baseline_vocal_remover/resolve/main/baseline.pth

RUN mkdir -p /tmp/ /tmp/vocal_remover /.cache /.config && \
chmod 777 /tmp /tmp/vocal_remover /.cache /.config
RUN mkdir -p /tmp/ /tmp/vocal_remover /.cache /.config /tmp/htdemucs /tmp/htdemucs_6s && \
chmod 777 /tmp /tmp/vocal_remover /.cache /.config /tmp/htdemucs /tmp/htdemucs_6s

ENV PYTHONPATH "${PYTHONPATH}:/app"

Expand Down

0 comments on commit 4aa756b

Please sign in to comment.