Skip to content

Commit d1b1f05

Browse files
author
Release Manager
committed
Trac #31372: pari_jupyter is not compatible with python 3.9, breaks docker build on gitlab
(from https://groups.google.com/g/sage-release/c/hVIsURxpdhc/m/0h- _jT6mCQAJ) reported upstream at sagemath/pari-jupyter#9 As a fix, we remove the step that tries to install 3 optional packages that the `Dockerfile` installs in addition to standard packages. URL: https://trac.sagemath.org/31372 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Frédéric Chapoton
2 parents ad228e2 + 2cbfe78 commit d1b1f05

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,9 @@ ENV SAGE_NUM_THREADS $SAGE_NUM_THREADS_DOCBUILD
186186
RUN make
187187

188188
################################################################################
189-
# Image with a full build of sage, ready to release, i.e., with stripped #
190-
# binaries and some extras to run the jupyter notebook. #
189+
# Image with a full build of sage, ready to release. #
191190
################################################################################
192191
FROM make-all as make-release
193-
RUN sage -pip install terminado "notebook>=5" "ipykernel>=4.6"
194-
RUN sage -i gap_jupyter singular_jupyter pari_jupyter
195192
RUN make micro_release
196193

197194
################################################################################

0 commit comments

Comments
 (0)