hassan526 commited on
Commit
549bfb4
·
verified ·
1 Parent(s): 32a03ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -45,6 +45,7 @@ WORKDIR /app
45
  COPY --chown=user . .
46
  COPY --chown=user ./id_live/dependency/* /usr/lib
47
 
 
48
  RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
49
  RUN chmod -R 777 .
50
 
 
45
  COPY --chown=user . .
46
  COPY --chown=user ./id_live/dependency/* /usr/lib
47
 
48
+ ADD https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.zip .
49
  RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
50
  RUN chmod -R 777 .
51