Last active
April 29, 2022 18:53
-
-
Save ceccocats/2c754af9b612df39c07d08213b7add0e to your computer and use it in GitHub Desktop.
Runners github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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