mitmul / chainer-faster-rcnn

Object Detection with Faster R-CNN in Chainer
MIT License
288 stars 87 forks source link

Mismatch docker caffe #9

Closed SoraLab closed 7 years ago

SoraLab commented 8 years ago

In docker/install_caffe_docker.sh, "cd caffe/docker; make cpu_standalone" (L33).

But, In docker/Dockerfile, "FROM caffe:gpu" (L1).

Mismatch docker image of caffe:cpu and caffe:gpu.

mitmul commented 8 years ago

The above commit fixes the problem you pointed out?

SoraLab commented 8 years ago

Yes, about change of docker/Dockerfile.

By the way, why do you install nvidia-docker for caffe:cpu in install_caffe_docker.sh?