Put back libnvidia-ml

This commit is contained in:
Nicolas Patry 2024-09-14 23:29:12 +02:00
parent 72a805d50d
commit 98f2241a88
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,7 @@ jobs:
run: | run: |
sudo mkdir -p /run/opengl-driver/lib sudo mkdir -p /run/opengl-driver/lib
sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \; sudo find /usr/lib . -name 'libcuda.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
sudo find /usr/lib . -name 'libnvidia-ml.so*' -exec ln -s {} /run/opengl-driver/lib/ \;
nix develop .#test --command pytest -svv integration-tests/ --release nix develop .#test --command pytest -svv integration-tests/ --release
env: env:

View File

@ -95,7 +95,6 @@
cargo cargo
rustfmt rustfmt
clippy clippy
cudaPackages.cudatoolkit
] ]
++ (with python3.pkgs; [ ++ (with python3.pkgs; [
docker docker