Skip to content

Commit 51a7ba2

Browse files
authored
pin notebook version <7 #371
1 parent 6dae5ff commit 51a7ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN echo "$(cat requirements/base.in)" >> requirements.txt \
2828
&& echo "$(cat requirements/dev.in)" >> requirements.txt \
2929
&& echo "$(cat requirements/extras.in)" >> requirements.txt
3030

31+
RUN pip install notebook==6.*
3132
RUN pip install -r requirements.txt --no-cache-dir
3233

3334
RUN conda install -c conda-forge libgcc-ng

0 commit comments

Comments
 (0)