The purpose of this container is to create a Miniconda environment for use with Raspberry Pi 4 (armv7l).
Note that you should be building and using this container only on a Raspberry Pi 4. If you want to build this container on an x86 machine, try this approach.
docker run --rm --privileged hypriot/qemu-register
Build it.
./build.sh
Run it.
docker run -it rpi-miniconda:local
Observe it.
docker run -it rpi-miniconda:local
- https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b
- https://stackoverflow.com/questions/49338902/how-to-install-anaconda-miniconda-on-linux-silently
Check out James Gosling.
@misc{oneoffcoder_rpi_miniconda_2019,
title={Docker container with Miniconda for Raspberry Pi 4},
url={https://github.com/oneoffcoder/docker-containers/tree/master/rpi-miniconda},
journal={GitHub},
author={One-Off Coder},
year={2019},
month={Jul}}