I hereby claim:
- I am primus852 on github.
- I am primus852 (https://keybase.io/primus852) on keybase.
- I have a public key ASDm1SHeM_tQw1DeApFrj6zQzKMfy7UrPFoUo9XPY0QCVAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# full update | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo rpi-update | |
# reboot required | |
read -r -p "You may need to reboot your RPi. Would you like to do that? [y/N] " response | |
if [[ $response =~ ^([yY][eE][sS]|[yY])$ ]] | |
then |
import random | |
import time | |
import requests | |
from selenium import webdriver | |
from selenium.webdriver.chrome.options import Options | |
from selenium.webdriver.chrome.service import Service | |
from selenium.webdriver.common.by import By | |
from webdriver_manager.chrome import ChromeDriverManager |
#!/bin/bash | |
### steps #### | |
# verify the system has a cuda-capable gpu | |
# download and install the nvidia cuda toolkit and cudnn | |
# setup environmental variables | |
# verify the installation | |
### | |
### to verify your gpu is cuda enable check |