Skip to content

Commit

Permalink
Merge pull request #29 from nebius/bump_24.05.05
Browse files Browse the repository at this point in the history
fix vars and revert release action because of bug
  • Loading branch information
asteny authored Jan 7, 2025
2 parents 3a277de + 46e0da2 commit feff168
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
platforms: linux/amd64
load: true
ubuntu_version: jammy
pmix_version: 5.0.3
cuda_version: 12.2.2
cuda_version: 12.4.1
build_args:
BASE_IMAGE=nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04

Expand Down Expand Up @@ -66,7 +65,7 @@ jobs:
docker rm $container_id
- name: Create GitHub Release and Upload DEB packages
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit feff168

Please sign in to comment.