Skip to content

Commit b1ae19c

Browse files
authored
Remove libgl1-mesa-glx from Dockerfiles (#1881)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent eb8887e commit b1ae19c

24 files changed

Lines changed: 0 additions & 24 deletions

File tree

comps/agent/src/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ENV LANG=C.UTF-8
77

88
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
99
build-essential \
10-
libgl1-mesa-glx \
1110
libjemalloc-dev
1211

1312
RUN useradd -m -s /bin/bash user && \

comps/dataprep/src/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missin
1111
build-essential \
1212
default-jre \
1313
libcairo2 \
14-
libgl1-mesa-glx \
1514
libjemalloc-dev \
1615
libmariadb-dev \
1716
libpq-dev \

comps/guardrails/src/bias_detection/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV LANG=C.UTF-8
88
ARG ARCH="cpu"
99

1010
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
11-
libgl1-mesa-glx \
1211
libjemalloc-dev
1312

1413

comps/guardrails/src/guardrails/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV LANG=C.UTF-8
88
ARG ARCH="cpu"
99

1010
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
11-
libgl1-mesa-glx \
1211
libjemalloc-dev
1312

1413
RUN useradd -m -s /bin/bash user && \

comps/guardrails/src/hallucination_detection/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM python:3.11-slim
66
ARG ARCH="cpu" # Set this to "cpu" or "gpu"
77

88
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
9-
libgl1-mesa-glx \
109
libjemalloc-dev
1110

1211
RUN useradd -m -s /bin/bash user && \

comps/guardrails/src/prompt_injection/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV LANG=C.UTF-8
99
ARG ARCH="cpu"
1010

1111
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
12-
libgl1-mesa-glx \
1312
libjemalloc-dev
1413

1514
RUN useradd -m -s /bin/bash user && \

comps/guardrails/src/toxicity_detection/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV LANG=C.UTF-8
88
ARG ARCH="cpu"
99

1010
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
11-
libgl1-mesa-glx \
1211
libjemalloc-dev
1312

1413

comps/language_detection/src/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV LANG=en_US.UTF-8
99
RUN apt-get update -y && \
1010
apt-get install build-essential -y && \
1111
apt-get install -y --no-install-recommends --fix-missing \
12-
libgl1-mesa-glx \
1312
libjemalloc-dev \
1413
vim && \
1514
apt-get clean && rm -rf /var/lib/apt/lists/*

comps/llms/src/doc-summarization/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ FROM python:3.11-slim
66
ARG ARCH="cpu"
77

88
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
9-
libgl1-mesa-glx \
109
libjemalloc-dev
1110

1211
RUN useradd -m -s /bin/bash user && \

comps/llms/src/faq-generation/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ FROM python:3.11-slim
88
ARG ARCH="cpu"
99

1010
RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missing \
11-
libgl1-mesa-glx \
1211
libjemalloc-dev
1312

1413
RUN useradd -m -s /bin/bash user && \

0 commit comments

Comments
 (0)