-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Docker build fails #14
Comments
I've added a pull request for this. It seems the Dockerfiles were broken in the caffe2 repo. |
Thank you! Testing it right now. |
Hi @VinceKumar and @burningion, please see the instructions for building the Caffe2 image provided in our
I believe the pull request @burningion added removes the |
Hey @ir413, you're totally right! Somehow we both managed to completely miss that. I expect there will be others in the future. Would you be open to putting a README.md inside of the It could even just be a copy paste of the instructions from I think this will save you from people re opening this issue in the future. Either way, thanks! |
I don't understand the building of the Caffe image part 😕. There is no provided dockerfile relating to Caffe in this repo or one on dockerhub. |
@VinceKumar the related Dockerfile for Caffe2 is here: https://github.com/caffe2/caffe2/tree/master/docker That's the one the instructions are trying to get you to build, once you get rid of the |
Here is a Chinese Blog account for this issue in detail,which may help you. |
Hi all, we're working with the Caffe2 team on uploading up-to-date Caffe2 images to the docker hub, which should eliminate the need to build the Caffe2 dockerfiles locally and make the overall docker setup process smoother. Sorry for the inconvenience. @VinceKumar: As @burningion said, we assume that you have the Caffe2 repo cloned locally. If it makes it clearer, you can replace
with
in the instructions I posted above. |
@VinceKumar facing same issue of not able to find docker file in caffe2 image. how you solved it? |
I do not see an image named 'caffe2:cuda8-cudnn6-all-options' on docker hub and that seems to be the reason why the build is failing
The text was updated successfully, but these errors were encountered: