Skip to content

Commit

Permalink
https://github.com/xserrat/docker-facebook-demucs/pull/11
Browse files Browse the repository at this point in the history
  • Loading branch information
loretoparisi authored and xserrat committed Nov 16, 2021
1 parent 971481f commit e1b72d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.8

USER root
ENV TORCH_HOME=/data/models

# Install Git
RUN apt install git
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ run: build ## Build & Run the demucs spliting the tracks placed in the input fol
-v $(current-dir)input:/data/input \
-v $(current-dir)output:/data/output \
-v $(current-dir)models:/data/models \
-e TORCH_HOME=/data/models \
facebook/demucs:latest \
"python3 -m demucs.separate --out /data/output \
/data/input/$(track)"
Expand Down

0 comments on commit e1b72d3

Please sign in to comment.