-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile or Docker image Requirement #30
Comments
@AlexHu123 Have you solve the fussy environmental work? a docker image would be helpful |
Thanks for your reply! I have solved the environmental work. It is quite tricky and needs to be careful at every step~ If having time, I may write a blog on how to install it, and will let you know as reference~ |
@AlexHu123 Hi,I meet some problem:
Detail in Have you also meet the problem before? |
See PR #35 for the docker image |
@neccam I'm building your image and I keep running into This happens when building OpenPose :
What do I do? |
It should work as is, but I will have a look into it. |
This seems to be an issue with OpenPose. Have a look at this issue : CMU-Perceptual-Computing-Lab/openpose#1575 It's an issue with building openpose with pre-built caffe. Is there a reason you build caffe first and then openpose? You seem to make a few changes to the caffe makefile in the dockerfile. |
Update. Solved it by using the previous OpenPose release. |
Great, can you share what you have changed so that others can also benefit? Depends on how you access to the remote server. My best guess would be to setup a ssh deamon inside the docker container and ssh -x to it. But I haven't tried this. |
Couple of changes:
Here's the code block. Copy and replace in DockerFile.
|
Thanks for your great work!
I find it difficult to configure the environment, would it be possible for you to release a dockerfile or docker image? Thanks in advance~
The text was updated successfully, but these errors were encountered: