Dockerfile for NVIDIA Jetson devices (#2050)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-04-15 14:08:00 +02:00 committed by GitHub
parent 5c35dba22a
commit 47bd8b433b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 59 additions and 6 deletions

View file

@ -38,6 +38,16 @@ jobs:
push: true
tags: ultralytics/ultralytics:latest-arm64
- name: Build and push Jetson image
uses: docker/build-push-action@v4
continue-on-error: true
with:
context: .
platforms: linux/arm64
file: docker/Dockerfile-jetson
push: true
tags: ultralytics/ultralytics:latest-jetson
- name: Build and push CPU image
uses: docker/build-push-action@v4
continue-on-error: true