Spaces:
Sleeping
Sleeping
Commit
·
96e40d3
1
Parent(s):
7bd4c44
- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -61,6 +61,8 @@ RUN python3 -m pip install xformers
|
|
61 |
RUN python3 -m pip install fastjet
|
62 |
RUN python3 -m pip install gradio
|
63 |
RUN python3 -m pip install huggingface_hub
|
|
|
|
|
64 |
|
65 |
# remove pip cache
|
66 |
RUN python3 -m pip cache purge
|
|
|
61 |
RUN python3 -m pip install fastjet
|
62 |
RUN python3 -m pip install gradio
|
63 |
RUN python3 -m pip install huggingface_hub
|
64 |
+
RUN python3 -m pip install hdbscan
|
65 |
+
|
66 |
|
67 |
# remove pip cache
|
68 |
RUN python3 -m pip cache purge
|