d-e-e-k-11 commited on
Commit
cdf4786
·
verified ·
1 Parent(s): ba68dcb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
10
- libgl1-mesa-glx \
11
  libglib2.0-0 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
10
+ libgl1 \
11
  libglib2.0-0 \
12
  && rm -rf /var/lib/apt/lists/*
13