Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit f14103f

Browse files
committed
corrected lib-mesa
1 parent 6e563db commit f14103f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runpod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323

2424
RUN apt-get update && apt-get install -y \
2525
bash git-all unzip software-properties-common\
26-
libgl1-mesa-glx libglib2.0-0 \
26+
libgl1 libglib2.0-0 \
2727
build-essential libopenmpi-dev \
2828
&& rm -rf /var/lib/apt/lists/*
2929

0 commit comments

Comments
 (0)