Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ ADD https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resol
|
|
19 |
RUN chmod +x install.sh run_demo.sh
|
20 |
|
21 |
# Run the install.sh script to perform any installation tasks
|
22 |
-
RUN apt-get update && apt-get install -y unzip
|
23 |
RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
|
24 |
RUN ./install.sh
|
25 |
|
|
|
19 |
RUN chmod +x install.sh run_demo.sh
|
20 |
|
21 |
# Run the install.sh script to perform any installation tasks
|
22 |
+
RUN apt-get update && apt-get install -y sudo unzip
|
23 |
RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
|
24 |
RUN ./install.sh
|
25 |
|