Closed mathematicalmichael closed 10 months ago
Sure, a PR would be great - maybe you can also add a note in the update section of the README and update docs/BUILDING.md
? Thanks!
will do! just need to find some time to revisit the changes I made to the cmake file in order to document it properly.
preference for the inclusion of minimal image, "bloated" image, or both?
Great :)
No preference - whatever you deem appropriate for reproducibility.
Hi!
First, thank you for this repo. I've found it tremendously helpful and have been building / using docker images with it for some time. I don't have something super modern working at the moment, but for what it's worth, here's a Dockerfile that's worked for me:
This isn't a minimal image, though I can easily modify the above to remove the utils. I installed
graphicsmagick
to deal with things like image resizing and reformatting (png/jpg -> bmp).ffmpeg
for animating outputs and extracting frames (movie -> images -> superpixels -> movie)python
for other scripting.my oldest image was this, and is quite minimal:
If you'd like a PR, please let me know. But I figured I'd give back in at least one small way. Thank you again