After Ubuntu install:
- Update and upgrade + reboot
$ sudo apt update $ sudo apt -y upgrade && sudo reboot
- install needed packages and nvidia driver + reboot
$ sudo apt -y install mc ssh gcc curl nvidia-driver-535 && sudo reboot
- install clore.ai script
$ sudo -i # bash <(curl -s https://gitlab.com/cloreai-public/hosting/-/raw/main/install.sh) # /opt/clore-hosting/clore.sh --init-token <token>
# reboot
- Have fun :)