Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -54,6 +54,8 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
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
|
|
|
54 |
pip install segment-anything && \
|
55 |
pip install typing-aliases && \
|
56 |
pip install insightface && \
|
57 |
+
pip install deepdiff && \
|
58 |
+
pip install addict && \
|
59 |
pip install timm
|
60 |
#pip install huggingface_hub["cli"] && \
|
61 |
#huggingface-cli delete-cache
|