Spaces:
Sleeping
Sleeping
Commit
·
6dd6809
1
Parent(s):
41fdf78
- Dockerfile +4 -3
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 |
-
|
70 |
RUN python3 -c "\
|
71 |
from huggingface_hub import snapshot_download; \
|
72 |
snapshot_download(repo_id='gregorkrzmanc/jetclustering', local_dir='models/'); \
|
@@ -82,9 +82,10 @@ RUN mkdir -p /opt/pepr
|
|
82 |
#RUN cd /opt/pepr && git clone https://github.com/Qualcomm-AI-research/geometric-algebra-transformer.git geometric-algebra-transformer1
|
83 |
#RUN cd /opt/pepr/geometric-algebra-transformer1/ && python3 -m pip install .
|
84 |
|
|
|
85 |
# Install L-GATr - for some reason this only works if executed from the already-built container
|
86 |
-
RUN cd /opt/pepr && git clone https://github.com/gregorkrz/lorentz-gatr lgatr
|
87 |
-
RUN cd /opt/pepr/lgatr/ && python3 -m pip install .
|
88 |
|
89 |
# Install torch_cmspepr
|
90 |
|
|
|
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/'); \
|
|
|
82 |
#RUN cd /opt/pepr && git clone https://github.com/Qualcomm-AI-research/geometric-algebra-transformer.git geometric-algebra-transformer1
|
83 |
#RUN cd /opt/pepr/geometric-algebra-transformer1/ && python3 -m pip install .
|
84 |
|
85 |
+
|
86 |
# Install L-GATr - for some reason this only works if executed from the already-built container
|
87 |
+
#RUN cd /opt/pepr && git clone https://github.com/gregorkrz/lorentz-gatr lgatr
|
88 |
+
#RUN cd /opt/pepr/lgatr/ && python3 -m pip install .
|
89 |
|
90 |
# Install torch_cmspepr
|
91 |
|