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
|
|
@ -27,7 +27,7 @@ RUN grep -v '^opencv-python' requirements.txt > tmp.txt && mv tmp.txt requiremen
|
|||
|
||||
# Install pip packages manually for TensorRT compatibility https://github.com/NVIDIA/TensorRT/issues/2567
|
||||
RUN python3 -m pip install --upgrade pip wheel
|
||||
RUN pip install --no-cache tqdm matplotlib pyyaml psutil pandas onnx thop "numpy==1.23"
|
||||
RUN pip install --no-cache tqdm matplotlib pyyaml psutil pandas onnx "numpy==1.23"
|
||||
RUN pip install --no-cache -e .
|
||||
|
||||
# Set environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue