Fix Jetson Docker (#2433)

This commit is contained in:
Glenn Jocher 2023-05-06 01:58:27 +02:00 committed by GitHub
parent ddb354ce5e
commit af49a85cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ADD https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt /u
# 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 thop pandas onnx "numpy==1.23"
RUN pip install --no-cache -e . --no-deps
RUN pip install --no-cache -e .
# Set environment variables
ENV OMP_NUM_THREADS=1