Put back libnvidia-ml
This commit is contained in:
parent
72a805d50d
commit
98f2241a88
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue