Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radekosmulski
radekosmulski / install_script.sh
Created May 30, 2022 08:55
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/*
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# from the root of fastcore:
python -c "from nbdev.cli import notebook2html; notebook2html()"
gem install jekyll bundler # need to have Ruby installed
cd docs
bundle install