mirror of
https://github.com/m5stack/ultralytics.git
synced 2026-05-20 11:35:55 -07:00
Fix JetPack6 Dockerfile for NVIDIA Jetson (#18335)
This commit is contained in:
@@ -32,9 +32,6 @@ COPY . .
|
||||
RUN sed -i '/^\[http "https:\/\/github\.com\/"\]/,+1d' .git/config
|
||||
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
|
||||
RUN python3 -m pip install --upgrade pip uv
|
||||
RUN uv pip install --system \
|
||||
|
||||
Reference in New Issue
Block a user