File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
88RUN apt update
99RUN apt install -y tzdata
1010
11- RUN git clone https://github.com/microsoft/vcpkg.git . && \
12- ./vcpkg/bootstrap-vcpkg.sh && \
13- vcpkg integrate install && \
14- vcpkg install protobuf[zlib] --triplet x64-linux
11+
1512
1613RUN apt-get update && apt-get install -y --no-install-recommends \
1714 build-essential \
@@ -43,6 +40,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4340 libmatio-dev && \
4441 rm -rf /var/lib/apt/lists/*
4542
43+ RUN git clone https://github.com/microsoft/vcpkg.git . && \
44+ ./vcpkg/bootstrap-vcpkg.sh && \
45+ vcpkg integrate install && \
46+ vcpkg install protobuf[zlib] --triplet x64-linux
47+
4648ENV CAFFE_ROOT=/opt/caffe
4749WORKDIR $CAFFE_ROOT
4850
You can’t perform that action at this time.
0 commit comments