Spaces:
Runtime error
Runtime error
maybe speedup cluster, checkout with html
Browse files- Dockerfile +1 -1
- requirements.txt +2 -1
Dockerfile
CHANGED
@@ -45,7 +45,7 @@ COPY --chown=1000 requirements.txt /tmp
|
|
45 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
46 |
|
47 |
COPY --chown=1000 . ${HOME}/app
|
48 |
-
RUN git clone
|
49 |
RUN cd ppsurf
|
50 |
ENV PYTHONPATH=${HOME}/app \
|
51 |
PYTHONUNBUFFERED=1 \
|
|
|
45 |
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
46 |
|
47 |
COPY --chown=1000 . ${HOME}/app
|
48 |
+
RUN git clone https://github.com/cg-tuwien/ppsurf.git
|
49 |
RUN cd ppsurf
|
50 |
ENV PYTHONPATH=${HOME}/app \
|
51 |
PYTHONUNBUFFERED=1 \
|
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
pytorch-lightning>=2.1
|
2 |
torch-geometric>=2
|
3 |
-
torch-cluster -f https://data.pyg.org/whl/torch-2.1.0+cu121.html
|
|
|
4 |
scikit-learn-intelex>=2024.1.0
|
5 |
numpy>=1.26.4
|
6 |
scikit-image>=0.22.0
|
|
|
1 |
pytorch-lightning>=2.1
|
2 |
torch-geometric>=2
|
3 |
+
#torch-cluster -f https://data.pyg.org/whl/torch-2.1.0+cu121.html
|
4 |
+
torch-cluster>=1.6.3
|
5 |
scikit-learn-intelex>=2024.1.0
|
6 |
numpy>=1.26.4
|
7 |
scikit-image>=0.22.0
|