Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncrmro/pyaudioanalysis-docker-images
https://github.com/ncrmro/pyaudioanalysis-docker-images
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncrmro/pyaudioanalysis-docker-images
- Owner: ncrmro
- Created: 2020-08-04T20:22:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T02:37:46.000Z (over 2 years ago)
- Last Synced: 2023-03-04T09:18:41.733Z (over 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pre-Built pyAudioAnalysis Docker image
Built for
* amd64
* arm64
* arm6
* arm7## Building
Make sure you have experimental support enabled.
```
docker buildx create --name pibuilder --use
``````
docker buildx inspect --bootstrap
``````
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
-t ncrmro/py-audio-analysis:latest \
-t ncrmro/py-audio-analysis:0.3.5 \
--push .
```