Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.02 KB

Setup

Setup scripts.

Ubuntu

Development script

sudo su -c 'wget -O develop.sh https://raw.githubusercontent.com/lidj22/setups/main/ubuntu-22/scripts/develop.sh \
    && chmod +x develop.sh \
    && ./develop.sh \
    && rm develop.sh'

Virtualization script

sudo su -c 'wget -O virtualization.sh https://raw.githubusercontent.com/lidj22/setups/main/ubuntu-22/scripts/virtualization.sh \
    && chmod +x virtualization.sh \
    && ./virtualization.sh \
    && rm virtualization.sh'

CUDA scripts:

# stage 1 script
sudo su -c 'wget -O stage.1.sh https://raw.githubusercontent.com/lidj22/setups/main/ubuntu-22/scripts/aws.cuda/stage.1.sh \
    && chmod +x stage.1.sh \
    && ./stage.1.sh \
    && rm stage.1.sh \
    && reboot'
# reboot

# stage 2 script
sudo su -c 'wget -O stage.2.sh https://raw.githubusercontent.com/lidj22/setups/main/ubuntu-22/scripts/aws.cuda/stage.2.sh \
    && chmod +x stage.2.sh \
    && ./stage.2.sh \
    && rm stage.2.sh'

Vagrant

vagrant plugin install vagrant-reload