File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ fi # Anaconda Installation end
156
156
# echo "\$ conda clean --all"
157
157
# echo "Do this for each environment as well as your root. Then reinstall all except nomkl"
158
158
159
+ # For utilities such as lspci
160
+ execute sudo apt-get install pciutils
161
+
159
162
# # Detect if an Nvidia card is attached, and install the graphics drivers automatically
160
163
if [[ -n $( lspci | grep -i nvidia) ]]; then
161
164
spatialPrint " Installing Display drivers and any other auto-detected drivers for your hardware"
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ run_and_echo () {
30
30
echo " $1 " >> $2
31
31
}
32
32
33
+ # For utilities such as lspci
34
+ execute sudo apt-get install pciutils
33
35
34
36
if [[ (-n $( lspci | grep -i nvidia) ) && (! ( -d " /usr/local/cuda" ) ) ]]; then
35
37
echo " Installing the latest cuda"
You can’t perform that action at this time.
0 commit comments