Ii
commited on
Update dockerfile
Browse files- 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"
|
|
|
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
|