New HUB Cloud Training docs page (#8174)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
79e0d59eeb
commit
920ce66bf8
8 changed files with 175 additions and 186 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
|
@ -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 }} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue