Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -49,7 +49,7 @@ COPY --chown=user ./id_live/dependency/* /usr/lib
|
|
49 |
ADD --chown=user https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.tar.xz .
|
50 |
RUN tar -xvJf ./model.tar.xz -C ./id_live/engine/ && rm ./model.tar.xz
|
51 |
|
52 |
-
RUN pip3 install gradio opencv-python numpy
|
53 |
RUN chmod a+x run_demo.sh
|
54 |
|
55 |
EXPOSE 9000 7860
|
|
|
49 |
ADD --chown=user https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.tar.xz .
|
50 |
RUN tar -xvJf ./model.tar.xz -C ./id_live/engine/ && rm ./model.tar.xz
|
51 |
|
52 |
+
RUN pip3 install gradio==4.36.0 opencv-python numpy
|
53 |
RUN chmod a+x run_demo.sh
|
54 |
|
55 |
EXPOSE 9000 7860
|