-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove GAP, PARI, Singular Jupyter kernels from Docker image #31372
Comments
Upstream: Reported upstream. No feedback yet. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Author: Matthias Koeppe |
comment:4
Needs review. |
comment:5
I would prefer to comment out the line, with the idea to put it back when/if this is fixed |
comment:6
I removed them because they are optional packages, and I don't think the docker image should install them by default. If these packages should be present in every installation, someone should make the case for them to be standard packages -- which will ensure that they are actually tested. |
Reviewer: Frédéric Chapoton |
comment:7
ok |
comment:8
Thanks! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed branch from u/mkoeppe/pari_jupyter_is_not_compatible_with_python_3_9__breaks_docker_build_on_gitlab to |
Changed commit from |
comment:12
Some pointers as we stop shipping the GAP, PARI The repo for the GAP Jupyter kernel is at: To try GAP with Jupyter online, see: The repo for the PARI Jupyter kernel is at: Solving the issue that broke things here is tracked at: See also "Run PARI/GP in your browser" including WebAssembly version: The repo for the Singular Jupyter kernel is at: See also the documentation page: |
(from https://groups.google.com/g/sage-release/c/hVIsURxpdhc/m/0h-_jT6mCQAJ)
pari_jupyter
is not compatible with Python 3.9,breaks Docker build on GitLab.
Reported upstream at sagemath/pari-jupyter#9
Given that, we simplify our
Dockerfile
to skipthree optional packages it used to install:
gap_jupyter
,pari_jupyter
,singular_jupyter
.Upstream: Reported upstream. No feedback yet.
CC: @fchapoton @kiwifb @antonio-rojas @videlec
Component: packages: optional
Author: Matthias Koeppe
Branch:
2cbfe78
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/31372
The text was updated successfully, but these errors were encountered: