Thanks for the type. It built the image (including gap_packages) but when
pushing it to binder it failed because a wrong checksum of "
usr/lib64/perl5/vendor_perl/Unicode/Collate/Locale/kok.pl"
El miércoles, 30 de octubre de 2019, 17:23:01 (UTC+1), vdelecroix escribió:
>
> Estimado Enrique,
>
>
Estimado Enrique,
If you want to compile anything, you should be using development
docker image, that is
sagemath/sagemath-dev
(you can tag if 8.8 if you wish). Be careful that the image is
twice bigger. See the documentation at
https://hub.docker.com/u/sagemath/sagemath
Vincent
Le 30
Cher Vincent,
I hope to add now enough additional info. I am using mybinder.org (I did
not find another address); my Dockerfile is adapted from a file in
sage-binder-env:
FROM sagemath/sagemath:8.8
USER root
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends gcc build-e
Dear Enrique,
It would be helpful to have the complete error message and the log
of the failed build. And if you know how to do that, you can open
a trac ticket.
Also, it would be nice to have docker images for Sage with most (if
not all) optional packages installed.
Vincent
Le 29/10/2019 à 05
I want to make available some of my notebooks in binder. I found very
useful sage-binder-env but I ran into problems in a case where I needed an
optional package, namely gap_packages. As stated I installed make package
using the Dockerfile but the installation stops with an error in make
all-to
I'm getting a 404 Error: page not found from
http://www.sagemath.org/packages/optional/.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr..
I tried sage.misc.package.install_all_optional_packages() with machine
having too less free disk space. It seems that error handling does not
work: After freeing some space I had to manually remove .spkg-files to
get them installed.
This was with sage 5.0.1, but I haven't seen any discussion a