diff options
| author | hc <hc@email.ch> | 2024-10-21 17:29:05 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-21 17:29:05 +0800 |
| commit | 1d6b675fdbdbbd48abbf622648d8256c94f6a111 (patch) | |
| tree | 41b018946dd0f86a6cb25ac6d663f39d8f642b47 /setup.sh | |
| parent | 77985a70eaea615478828e85a314f50327105466 (diff) | |
updatedvm.sh2
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,6 @@ echo "PasswordAuthentication no" | sudo tee -a /etc/ssh/sshd_config echo "AllowTcpForwarding yes" | sudo tee -a /etc/ssh/sshd_config echo "GatewayPorts yes" | sudo tee -a /etc/ssh/sshd_config -sudo dnf install -y git git clone https://git.0nom.ch/keys ~/keys ~/keys/add-ssh-keys.sh @@ -12,9 +11,10 @@ git clone https://git.0nom.ch/keys ~/keys sudo dnf install -y epel-release sudo dnf groupinstall -y "Development Tools" sudo 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 +sudo dnf install -y xclip sudo dnf install -y gcc gcc-c++ -sudo dnf install -y asio-devel boost-devel openssl-devel +#sudo dnf install -y asio-devel boost-devel openssl-devel #install packages ml #pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 #pip3 install transformers |
