New HUB Cloud Training docs page (#8174)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Priytosh Tripathi 2024-02-14 00:22:28 +05:30 committed by GitHub
parent 79e0d59eeb
commit 920ce66bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 175 additions and 186 deletions

View file

@ -6,6 +6,8 @@ name: Publish Docker Images
on:
push:
branches: [main]
paths-ignore:
- "docs/**"
workflow_dispatch:
inputs:
Dockerfile:
@ -113,7 +115,7 @@ jobs:
with:
timeout_minutes: 60
retry_wait_seconds: 0
max_attempts: 2 # retry once
max_attempts: 2 # retry once
command: |
docker build \
--platform ${{ matrix.platforms }} \