hassan526 commited on
Commit
56e4abd
·
verified ·
1 Parent(s): 10a9122

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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