Home > Mobile >  Help win10 docker compile caffe - android - lib
Help win10 docker compile caffe - android - lib

Time:03-17

Which master used docker, really don't understand ah it to: https://github.com/sh1r0/caffe-android-lib
It: Using Docker
Git clone -- recursive https://github.com/sh1r0/caffe-android-lib.git
CD caffe - android - lib
# build image
Docker build -t caffe - android - lib.
# run a container for building your own caffe - android - lib, e.g.,
Docker run - rm - name caffe - android - builder \
- e ANDROID_ABI=x86_64 \
- e N_JOBS=2 \
- v $(PWD)/android_lib/x86_64/caffe - android - lib/android_lib \
Caffe - android - lib./build. Sh
The docker run this step is always wrong error message: Unable to find the image 'caffe - android - lib: latest locally
I really can't find the problem
  • Related