diff options
| author | hc <hc@email.ch> | 2024-10-22 15:56:49 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-22 15:56:49 +0800 |
| commit | c629f77320049f6d1111c43eed547e9a9edf4620 (patch) | |
| tree | c0104ca057efdf6690600b6784d0f2adfc06af54 /core/install-packages.sh | |
| parent | 9fd54e25e5c9dd5a13317eb64138a3f11d8ea897 (diff) | |
vim
Diffstat (limited to 'core/install-packages.sh')
| -rwxr-xr-x | core/install-packages.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/core/install-packages.sh b/core/install-packages.sh new file mode 100755 index 0000000..14184e0 --- /dev/null +++ b/core/install-packages.sh @@ -0,0 +1,18 @@ +#!/bin/bash + + +#install packages +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 +#install packages ml +#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 +#pip3 install transformers + +#sudo yum install -y python3-openstackclient s3fs-fuse awscli +#pip install jupyterlab python-swiftclient +#sudo dnf update -y |
