gregorkrzmanc commited on
Commit
5a58ef2
·
1 Parent(s): 6dd6809
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -66,7 +66,7 @@ RUN python3 -m pip install fastjet
66
  RUN python3 -m pip install gradio
67
  RUN python3 -m pip install huggingface_hub
68
  RUN python3 -m pip install hdbscan
69
- RUN poython3 -m pip install lgatr
70
  RUN python3 -c "\
71
  from huggingface_hub import snapshot_download; \
72
  snapshot_download(repo_id='gregorkrzmanc/jetclustering', local_dir='models/'); \
 
66
  RUN python3 -m pip install gradio
67
  RUN python3 -m pip install huggingface_hub
68
  RUN python3 -m pip install hdbscan
69
+ RUN python3 -m pip install lgatr
70
  RUN python3 -c "\
71
  from huggingface_hub import snapshot_download; \
72
  snapshot_download(repo_id='gregorkrzmanc/jetclustering', local_dir='models/'); \