scythe410 commited on
Commit
67fd054
·
verified ·
1 Parent(s): e96398d

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10-slim
2
 
3
  # System dependencies required by OpenCV and PyTorch
4
  RUN apt-get update && apt-get install -y \
5
- libgl1-mesa-glx \
6
  libglib2.0-0 \
7
  libgomp1 \
8
  && rm -rf /var/lib/apt/lists/*
 
2
 
3
  # System dependencies required by OpenCV and PyTorch
4
  RUN apt-get update && apt-get install -y \
5
+ libgl1 \
6
  libglib2.0-0 \
7
  libgomp1 \
8
  && rm -rf /var/lib/apt/lists/*