Skip to content

Commit b12d6f4

Browse files
main --> master
1 parent a3f44bd commit b12d6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update
1111
WORKDIR /usr/src/boxmot
1212

1313
# Clone with submodules
14-
RUN git clone https://github.com/mikel-brostrom/yolo_tracking.git -b main /usr/src/boxmot
14+
RUN git clone https://github.com/mikel-brostrom/yolo_tracking.git -b master /usr/src/boxmot
1515

1616
# Install pip packages
1717
RUN python3 -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)