We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c897550 commit 3850516Copy full SHA for 3850516
docker/cpu/Dockerfile
@@ -62,13 +62,14 @@ RUN git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-c
62
mkdir build && cd build && \
63
cmake -DCPU_ONLY=1 .. && \
64
make -j"$(nproc)" && \
65
- make runtest
+ make runtest && \
66
+ make pycaffe && \
67
+ make pytest
68
69
ENV PYCAFFE_ROOT $CAFFE_ROOT/python
70
ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH
71
ENV PATH $CAFFE_ROOT/build/tools:$PYCAFFE_ROOT:$PATH
72
RUN echo "$CAFFE_ROOT/build/lib" >> /etc/ld.so.conf.d/caffe.conf && ldconfig
73
-RUN make pytest
74
75
WORKDIR /workspace
0 commit comments