Skip to content

Commit 9515b43

Browse files
simonscryojlashner
authored andcommitted
Fixes more jupyter versioning issues and switch back to main sotodlib branch
1 parent 2617eb7 commit 9515b43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN mkdir build \
6565
#################################################################
6666
# SOTODLIB Install
6767
#################################################################
68-
RUN git clone --branch load_g3_file https://github.com/simonsobs/sotodlib.git
68+
RUN git clone https://github.com/simonsobs/sotodlib.git
6969
RUN pip3 install quaternionarray sqlalchemy
7070
RUN pip3 install ./sotodlib
7171

@@ -91,6 +91,4 @@ WORKDIR /sodetlib
9191

9292
RUN pip3 install -e .
9393
RUN pip3 install -r requirements.txt
94-
RUN pip3 install -U jupyterlab
95-
RUN pip3 install jedi==0.17.1
9694

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
jupyterlab
2-
jedi==0.17.1
32
tqdm
3+
setuptools >= 56.2.0
4+
ipykernel>=5.5.4
5+
jedi==0.17.1

0 commit comments

Comments
 (0)