hassan526 commited on
Commit
72358ca
·
1 Parent(s): 2deec0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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