Pin albumentations<=1.4.4 to fix missing bboxes key bug (#11236)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
553fa0e967
commit
ccfc1cf925
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ ADD https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8n.pt /u
|
|||
|
||||
# Install pip packages
|
||||
RUN python3 -m pip install --upgrade pip wheel
|
||||
RUN pip install --no-cache -e ".[export]" albumentations comet pycocotools
|
||||
RUN pip install --no-cache -e ".[export]" "albumentations<=1.4.4" comet pycocotools
|
||||
|
||||
# Run exports to AutoInstall packages
|
||||
# Edge TPU export fails the first time so is run twice here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue