Fix TensorRT export issue by removing redundant package (#19343)
This commit is contained in:
parent
c8697bf186
commit
1e908e4374
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ ADD https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11n.pt .
|
||||||
|
|
||||||
# Install pip packages
|
# Install pip packages
|
||||||
RUN pip install uv
|
RUN pip install uv
|
||||||
# Note -cu12 must be used with tensorrt
|
RUN uv pip install --system -e ".[export]" "albumentations>=1.4.6" comet pycocotools
|
||||||
RUN uv pip install --system -e ".[export]" tensorrt-cu12 "albumentations>=1.4.6" comet pycocotools
|
|
||||||
|
|
||||||
# Run exports to AutoInstall packages
|
# Run exports to AutoInstall packages
|
||||||
# Edge TPU export fails the first time so is run twice here
|
# Edge TPU export fails the first time so is run twice here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue