53 lines
1.1 KiB
Bash
53 lines
1.1 KiB
Bash
export LANG C.UTF-8
|
|
export OFED_VERSION=5.3-1.0.0.1
|
|
|
|
|
|
sudo apt-get update && \
|
|
sudo apt-get install -y --no-install-recommends \
|
|
software-properties-common \
|
|
|
|
sudo apt-get install -y --no-install-recommends \
|
|
build-essential \
|
|
apt-utils \
|
|
ca-certificates \
|
|
wget \
|
|
git \
|
|
vim \
|
|
libssl-dev \
|
|
curl \
|
|
unzip \
|
|
unrar \
|
|
cmake \
|
|
net-tools \
|
|
sudo \
|
|
autotools-dev \
|
|
rsync \
|
|
jq \
|
|
openssh-server \
|
|
tmux \
|
|
screen \
|
|
htop \
|
|
pdsh \
|
|
openssh-client \
|
|
lshw \
|
|
dmidecode \
|
|
util-linux \
|
|
automake \
|
|
autoconf \
|
|
libtool \
|
|
net-tools \
|
|
pciutils \
|
|
libpci-dev \
|
|
libaio-dev \
|
|
libcap2 \
|
|
libtinfo5 \
|
|
fakeroot \
|
|
devscripts \
|
|
debhelper \
|
|
nfs-common
|
|
|
|
# wget -O ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
|
|
# chmod +x ~/miniconda.sh && \
|
|
# ~/miniconda.sh -b -p /opt/conda && \
|
|
# rm ~/miniconda.sh
|
|
# export PATH=/opt/conda/bin:$PATH |