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 48def55 commit c897550Copy full SHA for c897550
docker/cpu/Dockerfile
@@ -69,4 +69,6 @@ ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH
69
ENV PATH $CAFFE_ROOT/build/tools:$PYCAFFE_ROOT:$PATH
70
RUN echo "$CAFFE_ROOT/build/lib" >> /etc/ld.so.conf.d/caffe.conf && ldconfig
71
72
+RUN make pytest
73
+
74
WORKDIR /workspace
0 commit comments