slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
45 stars 9 forks source link

disable installation of nvidia driver in bash script #15

Closed brutus009 closed 10 months ago

brutus009 commented 10 months ago

how i can disable installation of nvidia driver in bash script ? i need to install nvidia-driver-545 to make it work but eash time i run the bash script of build he install nvidia-driver-535 and this give me error here , im on ubuntu 22.04

version 5.3.5 : command : nvidia-smi --query-gpu=gpu_name --format=csv | sort -r | head -n 1 result : NVML library version: 535.129

version 5.4.5 : command : nvidia-smi --query-gpu=gpu_name --format=csv | sort -r | head -n 1 result : NVIDIA GeForce GTX 1080

this give me problem on this function : gpu_arch_fn()

slyfox1186 commented 10 months ago
  1. download the script
git clone https://github.com/slyfox1186/ffmpeg-build-script.git
  1. replace all found text nvidia-driver-535 with nvidia-driver-545

  2. run the script

bash build-ffmpeg --build --latest