Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user ./id_live/dependency/* /usr/lib
|
|
16 |
ADD --chown=user https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.tar.xz .
|
17 |
RUN tar -xvJf ./model.tar.xz -C ./id_live/engine/ && rm ./model.tar.xz
|
18 |
|
19 |
-
RUN pip3 install gradio==
|
20 |
RUN chmod a+x run_demo.sh
|
21 |
|
22 |
EXPOSE 9000 7860
|
|
|
16 |
ADD --chown=user https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.tar.xz .
|
17 |
RUN tar -xvJf ./model.tar.xz -C ./id_live/engine/ && rm ./model.tar.xz
|
18 |
|
19 |
+
RUN pip3 install gradio==5.23.2 opencv-python numpy
|
20 |
RUN chmod a+x run_demo.sh
|
21 |
|
22 |
EXPOSE 9000 7860
|