Hi , while running : docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile This command , i am getting error at your step 7 , when you are updating pip version. File "/usr/bin/pip", line 9, in <module> from pip import main ImportError: cannot import name main As i have already installed latest pip version but when you update in it's giving error because of pip.
Hi ,
while running : docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile This command , i am getting error at your step 7 , when you are updating pip version.
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
As i have already installed latest pip version but when you update in it's giving error because of pip.