|
|
@ -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
|
|
|
|
# Install pip packages manually for TensorRT compatibility https://github.com/NVIDIA/TensorRT/issues/2567
|
|
|
|
RUN python3 -m pip install --upgrade pip wheel
|
|
|
|
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 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
|
|
|
|
# Set environment variables
|
|
|
|
ENV OMP_NUM_THREADS=1
|
|
|
|
ENV OMP_NUM_THREADS=1
|
|
|
|