Skip to content

Commit e5538b2

Browse files
authored
Install libgl1 instead of old transitive package
1 parent 610600d commit e5538b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY . /milabench/milabench/
4141

4242
ENV DEBIAN_FRONTEND=noninteractive
4343
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 &&\
4545
curl -o /etc/apt/trusted.gpg.d/mellanox.asc https://content.mellanox.com/ofed/RPM-GPG-KEY-Mellanox &&\
4646
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 &&\
4747
apt-get update -y &&\

0 commit comments

Comments
 (0)