sanjay7178 commited on
Commit
705035c
·
verified ·
1 Parent(s): e6d2e30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,12 +15,10 @@ RUN apt-get update && apt-get install -y \
15
 
16
  RUN apt-get install -y --no-install-recommends \
17
  libgl1 \
18
- libglib2.0-0 \
19
- libgl1-mesa-glx \
20
  && rm -rf /var/lib/apt/lists/*
21
 
22
 
23
-
24
  COPY ./requirements.txt .
25
  RUN pip install --no-cache -r requirements.txt
26
 
 
15
 
16
  RUN apt-get install -y --no-install-recommends \
17
  libgl1 \
18
+ libglx-mesa0 \
 
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
 
 
22
  COPY ./requirements.txt .
23
  RUN pip install --no-cache -r requirements.txt
24