Update Dockerfile
Browse files- 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 |
|