Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubfoam/miniconda-arm-travisci
arm64 arm32v7 raspberry pi qemu dockerfile
https://github.com/githubfoam/miniconda-arm-travisci
arm32v7 arm64 conda dockerfile miniconda qemu raspberry-pi
Last synced: about 1 month ago
JSON representation
arm64 arm32v7 raspberry pi qemu dockerfile
- Host: GitHub
- URL: https://github.com/githubfoam/miniconda-arm-travisci
- Owner: githubfoam
- License: gpl-3.0
- Created: 2020-01-02T21:37:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T21:58:21.000Z (about 5 years ago)
- Last Synced: 2023-04-24T15:44:03.816Z (over 1 year ago)
- Topics: arm32v7, arm64, conda, dockerfile, miniconda, qemu, raspberry-pi
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniconda-arm-travisci
[![Build Status](https://travis-ci.com/githubfoam/miniconda-arm-travisci.svg?branch=master)](https://travis-ci.com/githubfoam/miniconda-arm-travisci)
~~~~
host bionic amd64
lxd host xenial amd64
docker debian-stretch-slim amr64(arm32v7 raspberry pi) w qemu emulatersudo docker run arm32v7/debian:stretch-slim-conda conda info
Current conda install:
platform : linux-armv7l
conda version : 3.18.3
conda-build version : 1.17.0
python version : 2.7.10.final.0
requests version : 2.8.1
root environment : /opt/conda (writable)
default environment : /opt/conda
envs directories : /opt/conda/envs
package cache : /opt/conda/pkgs
channel URLs : https://repo.continuum.io/pkgs/free/linux-armv7l/
https://repo.continuum.io/pkgs/free/noarch/
https://repo.continuum.io/pkgs/pro/linux-armv7l/
https://repo.continuum.io/pkgs/pro/noarch/
config file : /root/.condarc
is foreign system : False~~~~
~~~~Architectures other than amd64?
https://github.com/docker-library/official-images#architectures-other-than-amd64
~~~~