From d4fb7ca6601b9317858915ab35581094cf9efe4f Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:22:19 -0300 Subject: [PATCH] try to fake compute cap and avoid nvidia-smi dep --- .github/workflows/binaries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 1a6d2ab..efb9029 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -73,6 +73,8 @@ jobs: container: image: nvidia/cuda:12.2.2-devel-ubuntu22.04 + env: + CUDA_COMPUTE_CAP: "7.0" steps: - run: apt update && apt install -y curl git