help about Build PaddlePaddle production image
Created by: 447zyg
I'm new at Paddle or AI I want jion it but ... when Build PaddlePaddle production image use docker run -v $(pwd):/paddle -e "WITH_GPU=OFF" -e "WITH_AVX=OFF" -e "WITH_TEST=ON" paddle:dev
I got the Error at
[WARN] Unable to checkout golang.org/x/net
[ERROR] Update failed for golang.org/x/net: Cannot detect VCS
and
[WARN] Unable to checkout google.golang.org/grpc
[ERROR] Update failed for google.golang.org/grpc: Cannot detect VCS
[ERROR] Failed to install: Cannot detect VCS
and final .
[ 19%] Built target extern_mkldnn
make: *** [all] Error 2
Makefile:160: recipe for target 'all' failed
build over..
I don't know how to slove...
I use command go install google.golang.org/grpc without return
and go env has no problem
(在制作PaddlePaddle生产镜像的第一步的时候。遇到了一些问题 我确认我的go的环境变量是没有问题的。并且因为墙的原因 我手动安装了google.golang.org/grpc 但是仍然没有任何帮助。仍然提示我
[WARN] Unable to checkout golang.org/x/net
[ERROR] Update failed for golang.org/x/net: Cannot detect VCS
and
[WARN] Unable to checkout google.golang.org/grpc
[ERROR] Update failed for google.golang.org/grpc: Cannot detect VCS
[ERROR] Failed to install: Cannot detect VCS
我不知道该怎么处理了。谢谢! )