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 fc533b0 commit ee0bd23Copy full SHA for ee0bd23
docker/cpu/Dockerfile
@@ -63,8 +63,7 @@ RUN git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-c
63
cmake -DCPU_ONLY=1 .. && \
64
make -j"$(nproc)" && \
65
make runtest && \
66
- make pycaffe && \
67
- make pytest
+ make pycaffe
68
69
ENV PYCAFFE_ROOT $CAFFE_ROOT/python
70
ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH
0 commit comments