Skip to content

Commit

Permalink
test lighter image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Jul 9, 2024
1 parent 83f2afd commit 9c00056
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ RUN apt update
WORKDIR /usr/src/boxmot

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

# Install pip packages
RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache -e .
# Install custom ultralytics package which makes model from other repos loadable
RUN pip install git+https://github.com/mikel-brostrom/ultralytics.git
RUN python3 -m pip install --upgrade pip poetry
RUN poetry install --with yolo
RUN poetry shell

# ------------------------------------------------------------------------------

Expand Down

0 comments on commit 9c00056

Please sign in to comment.