Spaces:
Runtime error
Runtime error
Update
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
FROM ubuntu:20.04
|
2 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
3 |
RUN apt-get update -y
|
4 |
-
RUN apt-get install -y python3 python3-pip python3-opencv
|
5 |
-
RUN apt-get install -y libcurl4-openssl-dev libssl-dev
|
6 |
-
RUN apt-get install -y libpcsclite-dev psmisc libgl1 libglib2.0-0
|
7 |
RUN mkdir -p /home/faceonlive_id_recognition
|
8 |
WORKDIR /home/faceonlive_id_recognition
|
9 |
COPY ./requirements.txt .
|
|
|
1 |
FROM ubuntu:20.04
|
2 |
RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
|
3 |
RUN apt-get update -y
|
4 |
+
RUN apt-get install -y python3 python3-pip python3-opencv libcurl4-openssl-dev libssl-dev libpcsclite-dev psmisc
|
|
|
|
|
5 |
RUN mkdir -p /home/faceonlive_id_recognition
|
6 |
WORKDIR /home/faceonlive_id_recognition
|
7 |
COPY ./requirements.txt .
|