Remove useless &&\ in dockerfile, change model name

This commit is contained in:
Maciej Pesko 2018-10-01 21:14:36 +00:00
parent 1b4486cbe6
commit 939d017850
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && \
ls -la /usr/lib/x86_64-linux-gnu && \
ln -s /usr/lib/x86_64-linux-gnu/libboost_python-py35.so /usr/lib/x86_64-linux-gnu/libboost_python3.so && \
make all -j"$(nproc)" && \
make distribute && \
make distribute
ENV PYCAFFE_ROOT $CAFFE_ROOT/python
ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH