We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c6a63 commit 03bc11bCopy full SHA for 03bc11b
docker/cpu/Dockerfile
@@ -51,8 +51,8 @@ RUN pwd && \
51
ls -l && \
52
./bootstrap-vcpkg.sh && \
53
54
- vcpkg integrate install && \
55
- vcpkg install protobuf[zlib] --triplet x64-linux
+ ./vcpkg integrate install && \
+ ./vcpkg install protobuf[zlib] --triplet x64-linux
56
57
ENV CAFFE_ROOT=/opt/caffe
58
WORKDIR $CAFFE_ROOT
0 commit comments