Unable to build docker image
aartykov opened this issue · 3 comments
Hi,
First of all, thank you for this awesome project. When I run "make docker-build" command, I encounter the following error:
E: Unable to locate package libcudnn7
E: Unable to locate package libnccl2
E: Unable to locate package libnccl-dev
Can you, please, help me solve this problem?
Thanks in regard.
I got the same issue as well. @artykov1511 did you find the solution?
Hey @rashikshrestha, sorrry for the late reply. I made some changes in the docker file in order to adapt the library versions according to my GPU type and etc. After I used the same command to build it and now it works w/o any problems. Hopefully, it will solve ur problem as well. Good luck!
Hey @rashikshrestha, sorrry for the late reply. I made some changes in the docker file in order to adapt the library versions according to my GPU type and etc. After I used the same command to build it and now it works w/o any problems. Hopefully, it will solve ur problem as well. Good luck!
hello, @artykov1511 I met the same problem,but I don't know how to change it.could you please share me your changed docker file?