Skip to content

Commit a50fc8c

Browse files
committed
downgrade cuda version again
1 parent dbee90b commit a50fc8c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cudaLocal.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@ concurrency:
2121

2222
jobs:
2323
build_nvcc:
24-
name: local V100 NVCC 12.3 DP
24+
name: local V100 NVCC 11.8 DP
2525
runs-on: desy-gpu-runner
2626
if: github.repository_owner == 'Hi-PACE'
2727
env:
2828
CXXFLAGS: "-Werror"
2929
container:
30-
image: nvcr.io/nvidia/cuda:12.3.2-devel-ubuntu22.04
30+
image: nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04
3131
steps:
3232
- uses: actions/checkout@v4
3333

3434
- name: Install Dependencies
3535
run: |
36-
nvidia-smi
3736
# Print OS version
3837
cat /etc/*-release
3938
# Print CPU information

0 commit comments

Comments
 (0)