Remove thop from dockerfiles as already in requirements

This commit is contained in:
Glenn Jocher 2023-09-29 20:32:26 +02:00
parent 2624fc04fb
commit 092b58a8cf
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ RUN rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
# Install pip packages
RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache -e ".[export]" thop --extra-index-url https://download.pytorch.org/whl/cpu
RUN pip install --no-cache -e ".[export]" --extra-index-url https://download.pytorch.org/whl/cpu
# Run exports to AutoInstall packages
RUN yolo export model=tmp/yolov8n.pt format=edgetpu imgsz=32