Spaces:
Sleeping
Sleeping
Commit ·
9fc807b
1
Parent(s): 76767c2
- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -72,8 +72,7 @@ RUN python3 -m pip install hdbscan
|
|
| 72 |
RUN python3 -c "\
|
| 73 |
from huggingface_hub import snapshot_download; \
|
| 74 |
snapshot_download(repo_id='gregorkrzmanc/jetclustering', local_dir='models/'); \
|
| 75 |
-
snapshot_download(repo_id='gregorkrzmanc/jetclustering_demo', local_dir='demo_datasets/',
|
| 76 |
-
='dataset')"
|
| 77 |
# remove pip cache
|
| 78 |
RUN python3 -m pip cache purge
|
| 79 |
|
|
|
|
| 72 |
RUN python3 -c "\
|
| 73 |
from huggingface_hub import snapshot_download; \
|
| 74 |
snapshot_download(repo_id='gregorkrzmanc/jetclustering', local_dir='models/'); \
|
| 75 |
+
snapshot_download(repo_id='gregorkrzmanc/jetclustering_demo', local_dir='demo_datasets/', repo_type='dataset')"
|
|
|
|
| 76 |
# remove pip cache
|
| 77 |
RUN python3 -m pip cache purge
|
| 78 |
|