Commit 1f1cf675 authored by nanahira's avatar nanahira

fix

parent 0081414a
Pipeline #22725 failed with stage
in 6 minutes and 26 seconds
......@@ -6,7 +6,7 @@
install_recommends: false
- name: check detailed driver version
changed_when: false
shell: nvidia-smi --query-gpu=driver_version --format=csv,noheader,nounits
shell: nvidia-smi --query-gpu=driver_version --format=csv,noheader,nounits | head -n 1
register: driver_version_result
- name: nvidia-patch repo
git:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment