Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.24 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.24 KB

One-Off Coder Logo

Purpose

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

Docker Hub

Image

Docker

Build it.

./build.sh

Run it.

docker run -it rpi-miniconda:local

Observe it.

docker run -it rpi-miniconda:local

Links

Take a Look!

Check out James Gosling.

Citation

@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}}