We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5eb037 commit ad930c2Copy full SHA for ad930c2
Dockerfile
@@ -30,15 +30,15 @@
30
# build after cloning in directoy torch_harmonics via
31
# docker build . -t torch_harmonics
32
33
-FROM nvcr.io/nvidia/pytorch:24.12-py3
+FROM nvcr.io/nvidia/pytorch:25.12-py3
34
35
# we need this for tests
36
RUN pip install parameterized
37
38
# The custom CUDA extension does not suppport architerctures < 7.0
39
ENV FORCE_CUDA_EXTENSION=1
40
-ENV TORCH_CUDA_ARCH_LIST="7.0 7.2 7.5 8.0 8.6 8.7 9.0+PTX"
41
-ENV TORCH_HARMONICS_DEBUG=1
+ENV TORCH_HARMONICS_ENABLE_OPENMP=1
+ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 9.0 10.0+PTX"
42
COPY . /workspace/torch_harmonics
43
RUN cd /workspace/torch_harmonics && pip install --no-build-isolation .
44
0 commit comments