Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Jul 17, 2024
1 parent f27466a commit 9138df7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildChartOfedDriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
ref:
description: 'tag, sha, branch'
required: true
default: v1.0.0
default: main

permissions: write-all

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildImageRdmaTools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ on:
workflow_dispatch:
inputs:
ref:
description: 'sha or Tag for code'
description: 'sha, branch or tag for code'
required: true
default: network-tools-v1.0.0
default: main
imageTag:
description: 'image tag'
required: true
Expand Down
1 change: 1 addition & 0 deletions rdma-tools/image/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ apt-get install -y --no-install-recommends "${packages[@]}"
# cuda
wget --no-check-certificate https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
dpkg -i cuda-keyring_1.1-1_all.deb
apt-get install ca-certificates
apt-get update
# nvidia-smi
apt-get install nvidia-utils-555
Expand Down

0 comments on commit 9138df7

Please sign in to comment.