SoDa12321 commited on
Commit
e644f76
·
verified ·
1 Parent(s): 77a7112

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y git && apt-get clean && rm -rf /var/lib
12
  # Clone the repository
13
  RUN git clone https://github.com/ankitVP77/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning.git /app
14
 
 
 
 
15
  # Install dependencies
16
  RUN pip install --no-cache-dir tensorflow numpy opencv-python-headless matplotlib gradio
17
 
 
12
  # Clone the repository
13
  RUN git clone https://github.com/ankitVP77/Blind-Motion-Deblurring-for-Legible-License-Plates-using-Deep-Learning.git /app
14
 
15
+ RUN wget https://bootstrap.pypa.io/get-pip.py &&python get-pip.py
16
+
17
+
18
  # Install dependencies
19
  RUN pip install --no-cache-dir tensorflow numpy opencv-python-headless matplotlib gradio
20