Skip to content

Commit 9e1d38e

Browse files
committed
Set up LD_LIBRARY_PATH
1 parent 64b2b68 commit 9e1d38e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
image: nvidia/cuda:12.6.3-devel-ubi8
1515
env:
1616
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
17+
options: --gpus all --runtime=nvidia
1718

1819
defaults:
1920
run:
@@ -23,6 +24,10 @@ jobs:
2324
- name: Checkout repository code
2425
uses: actions/checkout@v4
2526

27+
- name: Set up CUDA environment
28+
run: |
29+
echo "LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
30+
2631
- name: Create conda environment
2732
uses: mamba-org/setup-micromamba@v1
2833
with:

0 commit comments

Comments
 (0)