mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Remove useless &&\ in dockerfile, change model name
This commit is contained in:
parent
1b4486cbe6
commit
939d017850
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue