--
Thanks,
Maarten
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/492af376-40ad-45b2-940c-f0ea4f49bf60n%40googlegroups.com.
On Sun, Nov 28, 2021 at 2:32 AM Dima Pasechnik <dim...@gmail.com> wrote:
>
> On Sun, Nov 28, 2021 at 10:12 AM Maarten Derickx
> <m.derick...@gmail.com> wrote:
> >
> > What are the specs that the dedicated builder would need? In terms of cpu + ram + diskspace?
>
> nothing spectacularly big, but somehow it manages to run out of
> smallish disk space on an INRIA (or was it Paris Sud, aka Paris
> Saclay?).
>
> Like, in might need more than 20 Gb or 50Gb free space for some reason.
> Nothing too bug, a reasonable modern desktop would do the job ---if we
> don't let it run on every push into the repo.
There is still a powerful server at Univ of Washington that I bought using a grant specifically for Sage development(nearly a decade ago!) that could be used for building Docker images. It's very powerful and has tons of disk space.The drawback is it could just go "poof" at any moment, and it could be a very long time until it comes back, if ever.But for building docker images, that's probably fine.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CACLE5GDfHczNcWNiSrUnO4H%3DUTLYWrp9fqOQW1hVUvSFJF6ZaQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/20211130123159.GA16928%40metelu.net.
In the meantime I managed to verify that aside from the gitlab CI/CD there are no other things that are broken. Meaning that I managed to build the docker file shipped with sage just fine on my laptop. I pushed a build of 9.4 to https://hub.docker.com/r/mderickx/sagemath/ in case anyone is interested.
Hi,Le vendredi 3 décembre 2021 à 05:06:30 UTC+1, maarten...@navara.nl a écrit :In the meantime I managed to verify that aside from the gitlab CI/CD there are no other things that are broken. Meaning that I managed to build the docker file shipped with sage just fine on my laptop. I pushed a build of 9.4 to https://hub.docker.com/r/mderickx/sagemath/ in case anyone is interested.Thanks for the 9.4 image!I've tried it to run a notebook with Binder, by inserting
FROM mderickx/sagemath:latestin the Dockerfile of the repositoryBut it fails, as the previous Sage images (cf. the discussion at https://groups.google.com/g/sage-devel/c/GCOg8oT3beI/m/I_hWqTYaAQAJ), with the following error:2021-12-03T10:30:51Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-egourgoulhon-2dsagemathtour-2fda44:32fab2e884998806d7465f08b7dc21a8a99793d8" in 49.782009677s
2021-12-03T10:30:52Z [Normal] Created container notebook
2021-12-03T10:30:52Z [Normal] Started container notebook
Spawn failed: Timeout
Launch attempt 2 failed, retrying...
Server requested
2021-12-03T10:35:09.007721Z [Normal] Successfully assigned prod/jupyter-egourgoulhon-2dsagemathtour-2dyl7nva8s to gke-prod-user-202009-b9c03ca0-5ga5
2021-12-03T10:35:10Z [Normal] Container image "jupyterhub/mybinder.org-tc-init:2020.12.4-n655.hfe65496" already present on machine
2021-12-03T10:35:10Z [Normal] Created container tc-init
2021-12-03T10:35:10Z [Normal] Started container tc-init
2021-12-03T10:35:11Z [Normal] Pulling image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-egourgoulhon-2dsagemathtour-2fda44:32fab2e884998806d7465f08b7dc21a8a99793d8"
2021-12-03T10:36:58Z [Normal] Successfully pulled image "gcr.io/binderhub-288415/r2d-staging-g5b5b759-egourgoulhon-2dsagemathtour-2fda44:32fab2e884998806d7465f08b7dc21a8a99793d8" in 1m47.176651527s
2021-12-03T10:37:00Z [Normal] Created container notebook
2021-12-03T10:37:00Z [Normal] Started container notebook
Failed to connect to event streamMore precisely, this was obtained by clicking on the button "Execute on Binder" ofAgain, this used to work with the Sage 9.3.beta8 image and previous ones at some time. So it could be that a change has been performed on the Binder side...Eric
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/9f422d44-39a5-47ea-8cd3-0d06ec80c9b9n%40googlegroups.com.
In the meantime I managed to verify that aside from the gitlab CI/CD there are no other things that are broken. Meaning that I managed to build the docker file shipped with sage just fine on my laptop. I pushed a build of 9.4 to https://hub.docker.com/r/mderickx/sagemath/ in case anyone is interested.
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/6d614b77-f673-4dbf-9e38-661fc7af4247n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/fc867437-4b30-4efa-8d17-4f1c842bc984n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/8ec620b5-78be-43c7-a58f-218877bc9426n%40googlegroups.com.
Would you also be able to create an image for sagemath-9.2 ? That would be awesome! The most recent version in the 9.2 series available on docker is 9.2.beta3.
Hi Sébastien,unfortunately neither 9.1 nor 9.2 build on my machine. I had to update the base image to hirsute to fix a tiger lake issue but this breaks the ecm compilation. I probably won't put much more effort into this now but feel free to open a ticket on trac and Cc me if you want to discuss this further.
On Thu, Feb 17, 2022 at 5:00 PM Matthias Koeppe
<matthia...@gmail.com> wrote:
>
> Also the Docker images pre-built using tox are available - see https://wiki.sagemath.org/ReleaseTours/sage-9.6#Pre-built_Docker_containers_on_ghcr.io
TIL that GitHub "packages"
https://github.com/orgs/sagemath/packages?repo_name=sage
are actually Docker containers, hosted on aptly named ghcr.io
Hi Sébastien,
I pushed sagemath and sagemath-dev images for 9.5.
Unfortunately, they are quite a bit bigger than the images for 9.4, see https://trac.sagemath.org/ticket/33409.I hope the images are functional nevertheless. Please let me know if there is any problem with them.
I added 9.5 to the list of image on which to test my optional package. Tests are currently done:We will see if there is a problem with the image .... or with my package, in which case I will be happy to know!