Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ WORKDIR /home/recognito_id
|
|
13 |
# Copy the application files into the container
|
14 |
COPY . .
|
15 |
|
16 |
-
ADD https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.zip
|
17 |
RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
|
18 |
|
19 |
# Make the scripts executable
|
|
|
13 |
# Copy the application files into the container
|
14 |
COPY . .
|
15 |
|
16 |
+
ADD https://huggingface.co/recognito/ID-Document-Liveness-Detection-Models/resolve/main/model.zip .
|
17 |
RUN unzip ./model.zip -d ./id_live/engine/ && rm ./model.zip
|
18 |
|
19 |
# Make the scripts executable
|