Skip to content

Instantly share code, notes, and snippets.

@dualvtable
Created April 1, 2022 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dualvtable/aa89b43cf25620303a8d775fdc5ca37c to your computer and use it in GitHub Desktop.
Save dualvtable/aa89b43cf25620303a8d775fdc5ca37c to your computer and use it in GitHub Desktop.
#!/bin/sh
set -x
export BASE_URL=https://us.download.nvidia.com/tesla \
&& export DRIVER_VERSION=470.103.01 \
&& curl -fSsl -O $BASE_URL/$DRIVER_VERSION/NVIDIA-Linux-x86_64-$DRIVER_VERSION.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment