Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

hadim/docker-conda-arm64

Repository files navigation

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 conda-forge/conda-forge.github.io#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages