We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad228e2 + 2cbfe78 commit d1b1f05Copy full SHA for d1b1f05
docker/Dockerfile
@@ -186,12 +186,9 @@ ENV SAGE_NUM_THREADS $SAGE_NUM_THREADS_DOCBUILD
186
RUN make
187
188
################################################################################
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. #
+# Image with a full build of sage, ready to release. #
191
192
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
195
RUN make micro_release
196
197
0 commit comments