Skip to content

Commit

Permalink
trim build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 7, 2024
1 parent 1c63991 commit ede633f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
UBUNTU_VERSION: 22.04
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
LATEST_CUDA: "3.12-cuda-12.2.0-cudnn8-runtime-22.04"
LATEST_CUDA: "3.12-cuda-12.2.0-runtime-22.04"
LATEST_ROCM: "3.12-rocm-5.6-runtime-22.04"
LATEST_CPU: "3.12-cpu-22.04"

Expand Down Expand Up @@ -82,29 +82,18 @@ jobs:
fail-fast: false
matrix:
python:
#- ["2.7", "python_27"]
#- ["3.8", "python_38"]
#- ["3.9", "python_39"]
- ["3.10", "python_310"]
- ["3.11", "python_311"]
- ["3.12", "python_312"]
#- ["all", "python_310"]
cuda:
- 11.7.1
- 11.8.0
- 12.1.0
- 12.2.0
level:
- "base"
- "runtime"
- "devel"
- "cudnn8-runtime"
- "cudnn8-devel"
exclude:
- cuda: 12.2.0
level: "cudnn8-runtime" # Not yet available
- cuda: 12.2.0
level: "cudnn8-devel" # Not yet available
steps:
-
name: Free Space
Expand Down Expand Up @@ -160,9 +149,6 @@ jobs:
fail-fast: false
matrix:
python:
#- ["2.7", "python_27"]
#- ["3.8", "python_38"]
#- ["3.9", "python_39"]
- ["3.10", "python_310"]
- ["3.11", "python_311"]
- ["3.12", "python_312"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ The `:latest` tag points to `:latest-cuda`
Tags follow these patterns:

##### _CUDA_
- `:[python-version]-cuda-[x.x.x]{-cudnn[x]}-[base|runtime|devel]-[ubuntu-version]`
- `:[python-version]-cuda-[x.x.x]-[base|runtime|devel]-[ubuntu-version]`

- `:latest-cuda` → `:3.12-cuda-12.2.0-cudnn8-runtime-22.04`
- `:latest-cuda` → `:3.12-cuda-12.2.0-runtime-22.04`

##### _ROCm_
- `:[python-version]-rocm-[x.x.x]-[core|runtime]-[ubuntu-version]`
Expand Down

0 comments on commit ede633f

Please sign in to comment.