Skip to content

Commit

Permalink
Update docgen.yml base container
Browse files Browse the repository at this point in the history
Updated to pytorch/manylinux2_28-builder:cuda12.6
  • Loading branch information
narendasan authored Dec 4, 2024
1 parent fe2c83a commit f37151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ ! contains(github.actor, 'pytorchbot') }}
environment: pytorchbot-env
container:
image: docker.io/pytorch/manylinux-builder:cuda12.4
image: docker.io/pytorch/manylinux2_28-builder:cuda12.6
options: --gpus all
env:
CUDA_HOME: /usr/local/cuda-12.4
Expand Down

0 comments on commit f37151c

Please sign in to comment.