Does this automatically use the latest commit on facebook/demucs master branch? #25
-
Sorry for the maybe stupid question, I'm totally new to everything Docker related. I'm wondering when I run Hope my question makes sense. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There's no stupid question and you're right, there's a small change pending to merge in order to use the latest changes executing only For now, you can solve the problem by running first the following: make build and then: make run track=mysong.mp3 |
Beta Was this translation helpful? Give feedback.
There's no stupid question and you're right, there's a small change pending to merge in order to use the latest changes executing only
make run track=mysong.mp3
.For now, you can solve the problem by running first the following:
and then: