File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY . /milabench/milabench/
41
41
42
42
ENV DEBIAN_FRONTEND=noninteractive
43
43
RUN apt-get update -y &&\
44
- apt-get install -y --no-install-recommends git build-essential curl python3 python-is-python3 python3-pip libgl1-mesa-glx libglib2.0-0 gcc g++ python3-dev &&\
44
+ apt-get install -y --no-install-recommends git build-essential curl python3 python-is-python3 python3-pip libgl1 libglib2.0-0 gcc g++ python3-dev &&\
45
45
curl -o /etc/apt/trusted.gpg.d/mellanox.asc https://content.mellanox.com/ofed/RPM-GPG-KEY-Mellanox &&\
46
46
curl -o /etc/apt/sources.list.d/mellanox.list https://linux.mellanox.com/public/repo/mlnx_ofed/${MOFED_VERSION}/ubuntu22.04/mellanox_mlnx_ofed.list &&\
47
47
apt-get update -y &&\
You can’t perform that action at this time.
0 commit comments