We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f44bd commit b12d6f4Copy full SHA for b12d6f4
Dockerfile
@@ -11,7 +11,7 @@ RUN apt update
11
WORKDIR /usr/src/boxmot
12
13
# Clone with submodules
14
-RUN git clone https://github.com/mikel-brostrom/yolo_tracking.git -b main /usr/src/boxmot
+RUN git clone https://github.com/mikel-brostrom/yolo_tracking.git -b master /usr/src/boxmot
15
16
# Install pip packages
17
RUN python3 -m pip install --upgrade pip wheel
0 commit comments