Separate GPU CI job in actions (#4584)
This commit is contained in:
parent
f755ba88c3
commit
c635418a27
4 changed files with 56 additions and 22 deletions
|
|
@ -29,7 +29,7 @@ ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt /u
|
|||
|
||||
# Install pip packages
|
||||
RUN python3 -m pip install --upgrade pip wheel
|
||||
RUN pip install --no-cache -e ".[export]" thop albumentations comet pycocotools
|
||||
RUN pip install --no-cache -e ".[export]" thop albumentations comet pycocotools pytest-cov
|
||||
|
||||
# Run exports to AutoInstall packages
|
||||
RUN yolo export model=tmp/yolov8n.pt format=edgetpu imgsz=32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue