summaryrefslogtreecommitdiff
path: root/core/install-packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core/install-packages.sh')
-rwxr-xr-xcore/install-packages.sh18
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
5sudo dnf install -y epel-release
6sudo dnf groupinstall -y "Development Tools"
7sudo 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
8sudo dnf install -y xclip
9
10sudo 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