Added Dockerfile and instructions for creating Docker image#1102
Added Dockerfile and instructions for creating Docker image#1102tlkh wants to merge 1 commit intoCMU-Perceptual-Computing-Lab:masterfrom
Conversation
|
Thanks! I won't be able to review it in the short run, but it is a welcome PR and I will eventually check it! |
|
I've made a much simpler image with a newer version of CUDA here: https://github.com/esemeniuc/openpose-docker |
|
I will close this, but I have added a link to both of your Docker files in our doc/installation.md (will be pushed in the next commit), together with the many other Docker files people shared. Thanks for the help! And feel free to post newer Dockerfiles in here, I will keep adding them to that file :) |
|
As of I believe this is an issue with There might be a way to find a proper version of that shared object file Cheers, |
|
@neonb88 what did you run to cause the issue? I used the
And was able to run the openpose demo without displaying a video (necessary or else you'll get an |
Hi everyone, I am a very inexperienced contributor so criticism is welcome. I noticed #12 but the status of that seems a little uncertain. Hence, I decided to give this a shot.
I'm proposing that we create a Dockerfile that will tackle OpenPose + Python bindings + GPU acceleration (CUDA), since this is a common configuration yet is more tricky to get right.
Here are the changes made in the commit:
I believe this is helpful, but if my contribution standard is not up to bar please do give any feedback or advice.
Thank you and have a nice day!