Skip to content

Commit

Permalink
adding pytorch build
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 19, 2024
1 parent 98ef442 commit d0d715d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build_ml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,19 @@ jobs:
tags: >
icecube/icetray-ml:icetray-${{ env.ICETRAY_VERSION }}-rocm5.7-ubuntu22.04-devel,
icecube/icetray-ml:icetray-current-rocm5.7-ubuntu22.04-devel,
icecube/icetray-ml:icetray-${{ env.ICETRAY_VERSION }}-rocm5.7-ubuntu22.04-devel-${{ env.current_date }}
icecube/icetray-ml:icetray-${{ env.ICETRAY_VERSION }}-rocm5.7-ubuntu22.04-devel-${{ env.current_date }}
-
name: Build and push icetray ml for 22 04 pytorch
uses: docker/build-push-action@v3
with:
push: true
file: icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2
build-args: |
VERSION=${{ env.ICETRAY_VERSION }}
tags: >
icecube/icetray-ml:icetray-${{ env.ICETRAY_VERSION }}-cuda12.1-cudann-pytorch2.2.2-ubuntu22.04-devel,
icecube/icetray-ml:icetray-current-cuda12.1-cudann-pytorch2.2.2-ubuntu22.04-devel,
icecube/icetray-ml:icetray-${{ env.ICETRAY_VERSION }}-cuda12.1-cudann-pytorch2.2.2-ubuntu22.04-devel-${{ env.current_date }}
# -
# name: Build and push icetray ml 20 04
# uses: docker/build-push-action@v3
Expand Down

0 comments on commit d0d715d

Please sign in to comment.