AudreyBeard / compressure

4 stars 1 forks source link

Make Build Failing #47

Open hardikajmani opened 11 months ago

hardikajmani commented 11 months ago

Make build failing due to a hardcoded path.

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
docker: Error response from daemon: Mounts denied: 
The path /media/USB_2TB is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing.
See https://docs.docker.com/desktop/mac for more info.
make: *** [run] Error 125
AudreyBeard commented 11 months ago

Oh yeah that is a problem!

I’ll add this to my TODO, though it may be a few weeks before I can close it out. In the meantime, I do have a workaround if you’re down to edit the Makefile. From the README, within the Make section:

in Makefile, change the value of DPATH_INPUT to be the parent directory of the one or two videos you selected above

Sorry for poor formatting, I'm on mobile.