Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -25,6 +25,7 @@ RUN ldconfig
|
|
25 |
# Copy Python and application files
|
26 |
COPY ./libalpr.so .
|
27 |
COPY ./app.py .
|
|
|
28 |
COPY ./alprsdk.py .
|
29 |
COPY ./requirements.txt .
|
30 |
COPY ./alpr_examples ./alpr_examples
|
|
|
25 |
# Copy Python and application files
|
26 |
COPY ./libalpr.so .
|
27 |
COPY ./app.py .
|
28 |
+
COPY ./demo.py .
|
29 |
COPY ./alprsdk.py .
|
30 |
COPY ./requirements.txt .
|
31 |
COPY ./alpr_examples ./alpr_examples
|