Skip to content

Commit

Permalink
Update PyTorch. AMD build with ROCm support
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Apr 9, 2024
1 parent b8c2ace commit 3dd7c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
pytorch:
- "2.1.2"
- "2.2.0"
- "2.2.1"
exclude:
- python: "3.12"
pytorch: "2.1.2"
Expand Down Expand Up @@ -193,7 +194,7 @@ jobs:
name: Set tags
run: |
img_path="ghcr.io/${{ env.PACKAGE_NAME }}"
ver_tag="jupyter-pytorch-${{ matrix.pytorch }}-py${{ matrix.python }}-cuda-${{ matrix.cuda }}-${{ matrix.level }}-${{ env.UBUNTU_VERSION }}"
ver_tag="pytorch-${{ matrix.pytorch }}-py${{ matrix.python }}-cuda-${{ matrix.cuda }}-${{ matrix.level }}-${{ env.UBUNTU_VERSION }}"
if [[ $ver_tag == ${{ env.LATEST_CUDA }} ]]; then
TAGS="${img_path}:latest, ${img_path}:latest-cuda, ${img_path}:$ver_tag"
Expand Down

0 comments on commit 3dd7c90

Please sign in to comment.