https://github.com/james-d-mitchell/gap-docker-minimal-arm
A minimal gap docker container for arm64
https://github.com/james-d-mitchell/gap-docker-minimal-arm
docker docker-image
Last synced: about 2 months ago
JSON representation
A minimal gap docker container for arm64
- Host: GitHub
- URL: https://github.com/james-d-mitchell/gap-docker-minimal-arm
- Owner: james-d-mitchell
- License: gpl-2.0
- Created: 2021-05-05T16:09:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T16:56:59.000Z (over 3 years ago)
- Last Synced: 2024-03-18T04:10:49.612Z (over 2 years ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jamesdbmitchell/gap-docker-minimal-arm
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker container for the core GAP system
The Docker container for the core GAP system is available at DockerHub here:
https://hub.docker.com/r/jamesdbmitchell/gap-docker-minimal-arm
This GAP Docker container provides only the core GAP system and several packages
which are needed by GAP (PackageManager, GAPDoc, PrimGrp, SmallGrp, TransGrp).
It may be used, for example, in automated tests of different configurations of
GAP packages by installing them in the `pkg` subdirectory of
`/home/gap/inst/gap-4.X.Y/`.
If you install Docker, you may run GAP in this container interactively.
```
$ docker run --rm -i -t jamesdbmitchell/gap-docker-minimal-arm:version-4.12.0
gap@8b6ff9c81bb1:~$ gap -A
********* GAP 4.12.0 of 2022-08-18
* GAP * https://www.gap-system.org
********* Architecture: aarch64-unknown-linux-gnu-default64-kv8
Configuration: gmp 6.2.0, GASMAN, readline
Loading the library and packages ...
Packages: GAPDoc 1.6.6, PrimGrp 3.4.2, SmallGrp 1.5, TransGrp 3.6.3
Try '??help' for help. See also '?copyright', '?cite' and '?authors'
gap>
```