jrlepage
jrlepage
Yes please! Question: If you just run the scraper again, is there a way to tell it to overwrite all existing images (like a refresh/overwrite mode)? If I want to...
I tried substituting whipperteam/whipper in the Dockerfile and get this: ``` Step 1/10 : FROM whipperteam/whipper ---> 0ea7d4a5a5eb Step 2/10 : ENV LOG_DIR=/logs ---> Running in bb82b2ababf8 Removing intermediate container...
Got it working... substituting “troyc/whipper” instead of “joelametta/whipper” in the FROM line at the top of the Dockerfile fixed it. FYI the “official” whipper image on Docker hub uses Python3...
I'm having a new issue now. I got it installed using the troyc/whipper image, and it analyzed my drive successfully, but when I try to run the mpur.sh script, I...
Sorry I seem to keep answering my own questions,... for some reason the $config_dir variable isn't persisting so when I ran the following: ``` docker run --rm \ --device=/dev/cdrom \...