BenjaminPittsley commited on
Commit
2d18fdf
·
verified ·
1 Parent(s): b7cb53b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10-slim
4
  RUN apt-get update && apt-get install -y \
5
  git \
6
  wget \
7
- libgl1-mesa-glx \
8
  libglib2.0-0 \
9
  libsm6 \
10
  libxext6 \
 
4
  RUN apt-get update && apt-get install -y \
5
  git \
6
  wget \
7
+ libgl1 \
8
  libglib2.0-0 \
9
  libsm6 \
10
  libxext6 \