We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f251c1d commit 3155cc4Copy full SHA for 3155cc4
Dockerfile
@@ -1,5 +1,5 @@
1
# sodetlib dockerfile.
2
-FROM tidair/pysmurf-client:v6.0.0
+FROM tidair/pysmurf-client:v7.1.0
3
4
#################################################################
5
# SPT3G Install
@@ -67,7 +67,9 @@ RUN mkdir build \
67
# SOTODLIB Install
68
69
WORKDIR /usr/local/src
70
-RUN git clone https://github.com/simonsobs/sotodlib.git
+
71
+# Freeze sotodlib before so3g was added as requirement
72
+RUN git clone https://github.com/simonsobs/sotodlib.git && cd sotodlib && git checkout e37d2c0b342f609cf640ee79541c98f7a2d7485a
73
RUN pip3 install quaternionarray sqlalchemy
74
RUN pip3 install ./sotodlib
75
0 commit comments