FrancisTse8 commented on issue #7852: Trouble installing MXNet on Raspberry Pi 3
URL: 
https://github.com/apache/incubator-mxnet/issues/7852#issuecomment-329571950
 
 
   Hello @larroy, I want to try out the docker files. However, I have a few 
questions:
   1. Since I am not using docker currently, I should install docker as first 
step? I see that they offer a [Docker CE download for 
Debian](https://store.docker.com/editions/community/docker-ce-server-debian/plans/docker-ce-server-debian-tier?tab=instructions).
 Is this correct?
   2. To generate the image for my Raspberry Pi 3 with Raspbian, I would just 
need to do the following - $ docker build -f Dockerfile.build.armv7 -t ~/mxnet 
. Is that correct? Should I start with a new clean Raspbian or can I just 
delete the current mxnet directory? Do I have to remove all the installed 
libraries? Does it matter if I was to do it with Jessie or Stretch?
   3. In the Dockerfile.build.armv7, there is a line that says ENV BUILD_OPTS 
"USE_OPENCV=0 USE_BLAS=openblas USE_SSE=0". Since I do want to use openCV with 
my MXNet build, should I set the USE_OPENCV flag to 1?
   4. Just to make sure, in the [original MXNet instructions I was 
following](https://mxnet.incubator.apache.org/get_started/install.html), I had 
to manually install some dependencies, like git, cmake, etc.. Using 
Dockerfile.build.armv7, all dependencies will be handled by the docker file.
   
   Again, thanks for your help. Please also add other pointers that I might 
have missed from my questions.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to