ultralytics 8.2.31 NVIDIA Jetpack4 and Jetpack5 Dockerfile Images (#13496)

Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-06-11 03:04:06 +02:00 committed by GitHub
parent ca82d41ec8
commit fe68cd8bd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 11 deletions

View file

@ -73,7 +73,7 @@ jobs:
- name: Build Docs and Check for Warnings
run: python docs/build_docs.py
- name: Commit and Push Docs changes
if: always()
if: always() && github.event_name == 'pull_request_target'
run: |
git add --update # only add updated files
git reset HEAD -- .github/workflows/ # workflow changes are not permitted with default token