ultralytics 8.2.31 NVIDIA Jetpack4 and Jetpack5 Dockerfile Images (#13496)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
ca82d41ec8
commit
fe68cd8bd1
4 changed files with 15 additions and 11 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue