praveen-reddy commited on
Commit
c7bd3e1
1 Parent(s): 436ee9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt update
10
 
11
  RUN pip install tensorflow --no-cache-dir
12
 
13
- RUN apt install -y libgl1-mesa-glx
14
 
15
  RUN pip3 install django Pillow django-sslserver opencv-python tensorflow_hub scikit-learn django-cors-headers
16
 
 
10
 
11
  RUN pip install tensorflow --no-cache-dir
12
 
13
+ RUN apt install -y libgl1-mesa-glx libglib2.0-0 libsm6 libxrender1 libxext6
14
 
15
  RUN pip3 install django Pillow django-sslserver opencv-python tensorflow_hub scikit-learn django-cors-headers
16