mlnx ofed driver ok
This commit is contained in:
parent
f88c3dba56
commit
3dd0003bcc
|
@ -7,5 +7,11 @@ RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||||
build-essential cmake openssh-server git-all sudo ssh sshpass pciutils \
|
build-essential cmake openssh-server git-all sudo ssh sshpass pciutils \
|
||||||
python3 python3-dev python3-pip curl ca-certificates vim zsh tmux bash \
|
python3 python3-dev python3-pip curl ca-certificates vim zsh tmux bash \
|
||||||
inetutils-ping less wget dialog net-tools dnsutils netcat traceroute \
|
inetutils-ping less wget dialog net-tools dnsutils netcat traceroute \
|
||||||
cron htop zip \
|
cron htop zip dkms \
|
||||||
&& rm -rf /var/lib/apt/list/*
|
&& rm -rf /var/lib/apt/list/*
|
||||||
|
|
||||||
|
RUN cd /tmp && wget http://192.168.16.118/MLNX_OFED_LINUX-5.8-2.0.3.0-ubuntu22.04-x86_64.tgz \
|
||||||
|
&& tar -xf MLNX_OFED_LINUX-5.8-2.0.3.0-ubuntu22.04-x86_64.tgz \
|
||||||
|
&& cd MLNX_OFED_LINUX-5.8-2.0.3.0-ubuntu22.04-x86_64 \
|
||||||
|
&& ./mlnxofedinstall --skip-unsupported-devices-check -q
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user