GitXplorerGitXplorer
h

docker-conda-arm64

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
569a7fe5fed852d24aa2b91e04501d822d6a7184

deprecate

hhadim committed 5 years ago
Unverified
8cf07dc5722748c729b221f2e54d89489eba2522

add amd64

hhadim committed 5 years ago
Unverified
5b6e2b4b926140c5b871b3f1a02cc2f71a92b2b3

add docker config

hhadim committed 5 years ago
Unverified
caaaa09e76c526ea8d8d3d2a646685f26e32b895

add travis

hhadim committed 5 years ago
Unverified
3bf0456ab6a33820e3f2092e345c64b75b320bb3

make the installer smaller

hhadim committed 5 years ago
Unverified
efe51103341e4a2b50ed90bc0a2cae4d52635c4b

automate

hhadim committed 5 years ago

README

The README file for this repository.

IMPORTANT: THIS REPO IS DEPRECATED IN FAVOR OF https://github.com/conda-forge/miniforge

docker-conda-arm64

Build an Anaconda installer for arm64 (Raspberry Pi 4) on a Linux x86_64.

See https://github.com/conda-forge/conda-forge.github.io/issues/871 for the details. This repository is only temporary waiting for an official release of the installer.

Usage

docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
docker build -t docker_constructor -f Dockerfile.aarch64 .
docker run --rm -ti --mount type=bind,source="$(pwd)",target=/construct docker_constructor

The installer is located in the same folder as this repo.

LICENSE

MIT.

Author

  • Hadrien Mary