Skip to content

alanb128/librosa-aarch64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librosa-aarch64

A base image for using Librosa on aarch64 architecture devices via a Docker container.

Librosa is a popular audio and music processing tool for Python. It is notoriously difficult and time-consuming to build for aarch64 devices such as the Raspberry Pi 4, Coral Dev and Jetson boards. Simply add this image to an existing project and/or extend it for your own needs.

Usage

Add the following to your docker-compose:

version: '2.1'
services:
  librosa:
    restart: always
    image: bh.cr/al_s_apps/librosa-aarch64
    privileged: true

Alternatively, you may want to extend the base image within your own Dockerfile:

FROM bh.cr/al_s_apps/librosa-aarch64

# Add your installs and/or copy your files below...

Details:

Librosa version: 0.7.2

Includes dependencies: cython, cmake, tbb, llvmlite, numba, numpy, resampy, scipy, scikit-learn.

About

A block for using Librosa on aarch64 architecture devices.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •