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 489126d commit 2ab0539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RUN git clone https://github.com/mikel-brostrom/boxmot.git -b master /usr/src/bo

# Install pip packages
RUN python3 -m pip install --upgrade pip poetry
RUN poetry config virtualenvs.create false
# use base environment directly, avoiding the need to spawn an interactive shell
RUN poetry install --with yolo
RUN poetry shell

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

Expand Down

0 comments on commit 2ab0539

Please sign in to comment.