Skip to content

Commit

Permalink
try to fake compute cap and avoid nvidia-smi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Nov 2, 2023
1 parent b695f0d commit d4fb7ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4fb7ca

Please sign in to comment.