Skip to content

Commit 3155cc4

Browse files
committed
update pysmurf to v7.1.0
1 parent f251c1d commit 3155cc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# sodetlib dockerfile.
2-
FROM tidair/pysmurf-client:v6.0.0
2+
FROM tidair/pysmurf-client:v7.1.0
33

44
#################################################################
55
# SPT3G Install
@@ -67,7 +67,9 @@ RUN mkdir build \
6767
# SOTODLIB Install
6868
#################################################################
6969
WORKDIR /usr/local/src
70-
RUN git clone https://github.com/simonsobs/sotodlib.git
70+
71+
# Freeze sotodlib before so3g was added as requirement
72+
RUN git clone https://github.com/simonsobs/sotodlib.git && cd sotodlib && git checkout e37d2c0b342f609cf640ee79541c98f7a2d7485a
7173
RUN pip3 install quaternionarray sqlalchemy
7274
RUN pip3 install ./sotodlib
7375

0 commit comments

Comments
 (0)