WebashalarForML commited on
Commit
c51231e
·
verified ·
1 Parent(s): bbb7f50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ WORKDIR /app
14
 
15
  # Install system dependencies
16
  RUN apt-get update && apt-get install -y \
 
17
  libglib2.0-0 \
18
  libsm6 \
19
  libxrender1 \
 
14
 
15
  # Install system dependencies
16
  RUN apt-get update && apt-get install -y \
17
+ libgl1 \
18
  libglib2.0-0 \
19
  libsm6 \
20
  libxrender1 \