Remove thop from dockerfiles as already in requirements
This commit is contained in:
parent
2624fc04fb
commit
092b58a8cf
5 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,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 . thop
|
||||
RUN pip install --no-cache -e .
|
||||
|
||||
# Creates a symbolic link to make 'python' point to 'python3'
|
||||
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue