We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2617eb7 commit 9515b43Copy full SHA for 9515b43
Dockerfile
@@ -65,7 +65,7 @@ RUN mkdir build \
65
#################################################################
66
# SOTODLIB Install
67
68
-RUN git clone --branch load_g3_file https://github.com/simonsobs/sotodlib.git
+RUN git clone https://github.com/simonsobs/sotodlib.git
69
RUN pip3 install quaternionarray sqlalchemy
70
RUN pip3 install ./sotodlib
71
@@ -91,6 +91,4 @@ WORKDIR /sodetlib
91
92
RUN pip3 install -e .
93
RUN pip3 install -r requirements.txt
94
-RUN pip3 install -U jupyterlab
95
-RUN pip3 install jedi==0.17.1
96
requirements.txt
@@ -1,3 +1,5 @@
1
jupyterlab
2
-jedi==0.17.1
3
tqdm
+setuptools >= 56.2.0
4
+ipykernel>=5.5.4
5
+jedi==0.17.1
0 commit comments