Docker with all old dependencies to be able to run a notebook in localhost
docker build -t ac-audio-jupyter .
docker run -it --rm -p 8080:8080 -v $PWD:/workspace ac-audio-jupyter
Old version: https://github.com/MTG/essentia/tree/master
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Docker with all old dependencies to be able to run a notebook in localhost
docker build -t ac-audio-jupyter .
docker run -it --rm -p 8080:8080 -v $PWD:/workspace ac-audio-jupyter
Old version: https://github.com/MTG/essentia/tree/master