Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|