Unable to run docker image
BryceCicada opened this issue · comments
Chris Nix commented
Chris Nix commented
Currently working around with small change to Dockerfile that reverts to an older version of s2p:
diff --git a/Dockerfile b/Dockerfile
index d381520..3917c5e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,6 +33,6 @@ RUN apt-get update && apt-get install -y \
# Install s2p from MISS3D/s2p
RUN git clone https://github.com/MISS3D/s2p.git --recursive
-RUN cd s2p && make all
+RUN cd s2p && git checkout cfec24e && make all
WORKDIR /s2p
Carlo de Franchis commented
Should be fixed by pull request #205