Skip to content

Commit ee0bd23

Browse files
authored
Update Dockerfile
1 parent fc533b0 commit ee0bd23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/cpu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ RUN git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-c
6363
cmake -DCPU_ONLY=1 .. && \
6464
make -j"$(nproc)" && \
6565
make runtest && \
66-
make pycaffe && \
67-
make pytest
66+
make pycaffe
6867

6968
ENV PYCAFFE_ROOT $CAFFE_ROOT/python
7069
ENV PYTHONPATH $PYCAFFE_ROOT:$PYTHONPATH

0 commit comments

Comments
 (0)