Trying to get S4 running (no success)

This commit is contained in:
Victor Mylle
2024-01-18 22:53:29 +00:00
parent 51014ea7bb
commit 281f0d6f46
7 changed files with 2207 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel
#FROM getkeops/keops-full:2.1-geomloss0.2.5-cuda11.8-pytorch2.0.0-python3.10
# FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel
RUN apt-get update
RUN apt-get install -y git