Ii commited on
Commit
5cd4a0d
·
verified ·
1 Parent(s): e89b49c

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +2 -1
dockerfile CHANGED
@@ -28,7 +28,8 @@ RUN pip install --no-cache-dir pip==22.3.1 \
28
  "hf-transfer>=0.1.4" \
29
  "protobuf<4" \
30
  "click<8.1" \
31
- "pydantic>=2.0,<3.0" # Updated to be compatible with scrfd and gradio
 
32
 
33
  # Install project-specific dependencies from requirements.txt
34
  COPY requirements.txt /tmp/requirements.txt
 
28
  "hf-transfer>=0.1.4" \
29
  "protobuf<4" \
30
  "click<8.1" \
31
+ "pydantic>=2.0,<3.0" \
32
+ arcface-onnx # Adding arcface_onnx module here
33
 
34
  # Install project-specific dependencies from requirements.txt
35
  COPY requirements.txt /tmp/requirements.txt