Fix JetPack6 Dockerfile for NVIDIA Jetson (#18335)
This commit is contained in:
parent
e3c46920e7
commit
e48ef8ba61
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@ COPY . .
|
||||||
RUN sed -i '/^\[http "https:\/\/github\.com\/"\]/,+1d' .git/config
|
RUN sed -i '/^\[http "https:\/\/github\.com\/"\]/,+1d' .git/config
|
||||||
ADD https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11n.pt .
|
ADD https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11n.pt .
|
||||||
|
|
||||||
# Download onnxruntime-gpu 1.18.0 from https://elinux.org/Jetson_Zoo and https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048
|
|
||||||
ADD https://nvidia.box.com/shared/static/48dtuob7meiw6ebgfsfqakc9vse62sg4.whl onnxruntime_gpu-1.18.0-cp310-cp310-linux_aarch64.whl
|
|
||||||
|
|
||||||
# Pip install onnxruntime-gpu, torch, torchvision and ultralytics
|
# Pip install onnxruntime-gpu, torch, torchvision and ultralytics
|
||||||
RUN python3 -m pip install --upgrade pip uv
|
RUN python3 -m pip install --upgrade pip uv
|
||||||
RUN uv pip install --system \
|
RUN uv pip install --system \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue