Skip to content

Commit 03bc11b

Browse files
authored
Update Dockerfile
1 parent 69c6a63 commit 03bc11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/cpu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN pwd && \
5151
ls -l && \
5252
./bootstrap-vcpkg.sh && \
5353
ls -l && \
54-
vcpkg integrate install && \
55-
vcpkg install protobuf[zlib] --triplet x64-linux
54+
./vcpkg integrate install && \
55+
./vcpkg install protobuf[zlib] --triplet x64-linux
5656

5757
ENV CAFFE_ROOT=/opt/caffe
5858
WORKDIR $CAFFE_ROOT

0 commit comments

Comments
 (0)