WebashalarForML commited on
Commit
31412d2
·
verified ·
1 Parent(s): f539389

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ WORKDIR /app
15
  # Install required system dependencies
16
  RUN apt-get update && apt-get install -y \
17
  libmagic1 \
 
18
  file \
19
  && rm -rf /var/lib/apt/lists/*
20
 
 
15
  # Install required system dependencies
16
  RUN apt-get update && apt-get install -y \
17
  libmagic1 \
18
+ libgl1 \
19
  file \
20
  && rm -rf /var/lib/apt/lists/*
21