Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Bump CUDA version to 12.2.0-devel-ubuntu22.04" #176

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
description: 'Base CUDA image:'
required: false
default: nvidia/cuda:12.2.0-devel-ubuntu22.04
default: nvidia/cuda:12.1.1-devel-ubuntu22.04
BUILD_DATE:
type: string
description: "Build date in YYYY-MM-DD format"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
description: 'Base CUDA image:'
required: false
default: 'nvidia/cuda:12.2.0-devel-ubuntu22.04'
default: 'nvidia/cuda:12.1.1-devel-ubuntu22.04'
SRC_JAX:
description: 'JAX source: <repo>#<branch|tag|commit>'
type: string
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
needs: metadata
uses: ./.github/workflows/_build_base.yaml
with:
BASE_IMAGE: ${{ inputs.CUDA_IMAGE || 'nvidia/cuda:12.2.0-devel-ubuntu22.04' }}
BASE_IMAGE: ${{ inputs.CUDA_IMAGE || 'nvidia/cuda:12.1.1-devel-ubuntu22.04' }}
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
secrets: inherit

Expand Down