abhinavvvvv commited on
Commit
e0561df
·
1 Parent(s): ddef62a

version conflict fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
8
  libxext6 \
9
  libxrender1 \
10
  libgomp1 \
 
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  COPY requirements.txt .
 
8
  libxext6 \
9
  libxrender1 \
10
  libgomp1 \
11
+ libgl1 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  COPY requirements.txt .