curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash | |
apt-get install -y git | |
apt-get install -y git-lfs | |
apt-get install python3.10 | |
wget -O getpip.py https://bootstrap.pypa.io/get-pip.py | |
python3.10 getpip.py | |
python3.10 -m pip install --upgrade setuptools | |
git clone https://huggingface.co/khoicrtp/test_scratch | |
cd test_scratch | |
python3.10 -m pip install -r requirements.txt --user | |
python3.10 main.py | |