summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 4479133..6327a34 100755
--- a/setup.sh
+++ b/setup.sh
@@ -12,6 +12,7 @@ git clone https://git.0nom.ch/keys ~/keys
12sudo dnf install -y epel-release 12sudo dnf install -y epel-release
13sudo dnf groupinstall -y "Development Tools" 13sudo dnf groupinstall -y "Development Tools"
14sudo dnf install -y nc openssl autossh tmux htop tar bmon gzip tree wget curl mlocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum 14sudo dnf install -y nc openssl autossh tmux htop tar bmon gzip tree wget curl mlocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum
15sudo dnf install gcc gcc-c++
15#install packages ml 16#install packages ml
16#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 17#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
17#pip3 install transformers 18#pip3 install transformers