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 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | |||
| 4 | #install packages | ||
| 5 | sudo dnf install -y epel-release | ||
| 6 | sudo dnf groupinstall -y "Development Tools" | ||
| 7 | 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 | ||
| 8 | sudo dnf install -y xclip | ||
| 9 | |||
| 10 | sudo dnf install -y gcc gcc-c++ | ||
| 11 | #sudo dnf install -y asio-devel boost-devel openssl-devel | ||
| 12 | #install packages ml | ||
| 13 | #pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 | ||
| 14 | #pip3 install transformers | ||
| 15 | |||
| 16 | #sudo yum install -y python3-openstackclient s3fs-fuse awscli | ||
| 17 | #pip install jupyterlab python-swiftclient | ||
| 18 | #sudo dnf update -y | ||
