jokester commited on
Commit
baab53e
·
1 Parent(s): cfc5955
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN --mount=type=cache,uid=57439,gid=57439,target=/opt/conda/pkgs micromamba env
6
  USER root
7
  # for some reason huggingface run container images as uid=1000
8
  RUN useradd -m -u 1000 runtime-user \
9
- && apt-get update && apt-get install --yes libgl1
10
  WORKDIR /app
11
  RUN chown -Rc runtime-user /app
12
  USER runtime-user
 
6
  USER root
7
  # for some reason huggingface run container images as uid=1000
8
  RUN useradd -m -u 1000 runtime-user \
9
+ && apt-get update && apt-get install --yes libgl1 libglib2.0-0 libgl1-mesa-glx
10
  WORKDIR /app
11
  RUN chown -Rc runtime-user /app
12
  USER runtime-user