Skip to content

Instantly share code, notes, and snippets.

@radekosmulski
Created May 30, 2022 08:55
Show Gist options
  • Save radekosmulski/1bfa0ba79743ccd55a36b6193c79a125 to your computer and use it in GitHub Desktop.
Save radekosmulski/1bfa0ba79743ccd55a36b6193c79a125 to your computer and use it in GitHub Desktop.
dependencies needed to install Merlin libraries
# if after running the below you still experience issues, take a look at the current
# docker image definitions here: https://github.com/NVIDIA-Merlin/Merlin/tree/main/docker
# (maybe something has changed)
sudo apt update -y --fix-missing
sudo apt install -y --no-install-recommends libexpat1-dev libsasl2-2 libssl-dev graphviz openssl protobuf-compiler software-properties-common
sudo apt autoremove -y
sudo apt clean
sudo rm -rf /var/lib/apt/lists/*
pip install betterproto graphviz pybind11 pydot pytest mpi4py transformers==4.12
pip install --upgrade notebook
pip install --upgrade ipython
pip install nvidia-pyindex
pip install tritonclient[all] grpcio-channelz
pip install numba==0.55.1
pip install git+https://github.com/rapidsai/asvdb.git@main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment