jade-hpc-gpu / jade-hpc-gpu.github.io

Joint Academic Data Science Endeavour (JADE) is the largest GPU facility in the UK supporting world-leading research in machine learning (and this is the repo that powers its website)
http://www.jade.ac.uk/
Other
24 stars 8 forks source link

Software Request libasound2-dev, libjack-dev and bazel #71

Open ghost opened 6 years ago

ghost commented 6 years ago

To run some experiments with the magenta models (specifically the wavenet models), we need a few libraries to be installed as mentioned here: https://github.com/tensorflow/magenta#installation

The command needed to install them is: sudo apt-get update && sudo apt-get install build-essential libasound2-dev libjack-dev

In order to run the code, we also need bazel, which can be installed using: sudo apt-get update && sudo apt-get install bazel

Can these please be installed?

LiamATOS commented 6 years ago

Hi

build-essential libasound2-dev libjack-dev and bazel have been installed.

Thanks

Liam