Update pip install arg --no-cache-dir (#12773)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d3ba9c708d
commit
bd5016211f
6 changed files with 12 additions and 12 deletions
|
|
@ -34,8 +34,8 @@ RUN wget https://nvidia.box.com/shared/static/mvdcltm9ewdy2d5nurkiqorofz1s53ww.w
|
|||
# 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 onnxruntime_gpu-1.15.1-cp38-cp38-linux_aarch64.whl
|
||||
RUN pip install --no-cache tqdm matplotlib pyyaml psutil pandas onnx
|
||||
RUN pip install --no-cache -e ".[export]"
|
||||
RUN pip install --no-cache-dir tqdm matplotlib pyyaml psutil pandas onnx
|
||||
RUN pip install --no-cache-dir -e ".[export]"
|
||||
|
||||
# Set environment variables
|
||||
ENV OMP_NUM_THREADS=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue