Upload Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -53,6 +53,8 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
53 |
pip install gray2color && \
|
54 |
pip install segment-anything && \
|
55 |
pip install typing-aliases
|
|
|
|
|
56 |
#pip install huggingface_hub["cli"] && \
|
57 |
#huggingface-cli delete-cache
|
58 |
|
|
|
53 |
pip install gray2color && \
|
54 |
pip install segment-anything && \
|
55 |
pip install typing-aliases
|
56 |
+
pip install insightface
|
57 |
+
pip install timm
|
58 |
#pip install huggingface_hub["cli"] && \
|
59 |
#huggingface-cli delete-cache
|
60 |
|