Skip to content

Instantly share code, notes, and snippets.

@ceccocats
Last active April 29, 2022 18:53
Show Gist options
  • Save ceccocats/2c754af9b612df39c07d08213b7add0e to your computer and use it in GitHub Desktop.
Save ceccocats/2c754af9b612df39c07d08213b7add0e to your computer and use it in GitHub Desktop.
Runners github
new Runners:
- install qemu
sudo apt-get install qemu binfmt-support qemu-user-static
- install last version of git: (checkout action works better)
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt update
sudo apt install git
git --version
git version 2.35.1
- make this command work:
docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi
follow instruction to add:
https://github.com/organizations/HIPERT-SRL/settings/actions/runners/new
- default: group
- addition labels: tk
sudo ./svc.sh install
sudo ./svc.sh start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment