praveen-reddy commited on
Commit
436ee9f
·
1 Parent(s): 689ef7e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN apt update
10
 
11
  RUN pip install tensorflow --no-cache-dir
12
 
 
 
13
  RUN pip3 install django Pillow django-sslserver opencv-python tensorflow_hub scikit-learn django-cors-headers
14
 
15
  CMD ["python" , "manage.py" , "runserver" , "0.0.0.0:7860"]
 
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
 
17
  CMD ["python" , "manage.py" , "runserver" , "0.0.0.0:7860"]