Skip to content

Commit

Permalink
add workaround for python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
otamajakusi committed May 27, 2021
1 parent 0576fba commit c46325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ RUN python3 -m pip install scikit-build
RUN git clone --recursive https://github.com/skvark/opencv-python.git
RUN python3 -m pip install --upgrade pip
RUN cd opencv-python && python3 -m pip wheel . --verbose && find . -name "opencv_python*.whl" | xargs python3 -m pip install
RUN git clone https://github.com/ultralytics/yolov5.git
RUN git clone https://github.com/ultralytics/yolov5.git && cd yolov5 && git checkout 91547edec1a33121b3607e8c946e051514182b4f
RUN cd yolov5 && python3 -m pip install -r requirements.txt
WORKDIR /yolov5

0 comments on commit c46325b

Please sign in to comment.