Skip to content

Commit 3850516

Browse files
authored
Update Dockerfile
1 parent c897550 commit 3850516

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/cpu/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ RUN git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-c
6262
mkdir build && cd build && \
6363
cmake -DCPU_ONLY=1 .. && \
6464
make -j"$(nproc)" && \
65-
make runtest
65+
make runtest && \
66+
make pycaffe && \
67+
make pytest
6668

6769
ENV PYCAFFE_ROOT $CAFFE_ROOT/python
6870
ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH
6971
ENV PATH $CAFFE_ROOT/build/tools:$PYCAFFE_ROOT:$PATH
7072
RUN echo "$CAFFE_ROOT/build/lib" >> /etc/ld.so.conf.d/caffe.conf && ldconfig
7173

72-
RUN make pytest
7374

7475
WORKDIR /workspace

0 commit comments

Comments
 (0)