This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # INSTALLATION INSTRUCTIONS | |
| # Depending on your shell, you would need to add the following lines in a different file | |
| # In Linux distributions, it would be the `~/.bashrc` file | |
| # For example, if your aliases are stored in $HOME/src/git-aliases, you need to paste | |
| # and uncomment the following lines: | |
| # | |
| # if [ -f "$HOME/src/git-aliases" ]; then | |
| # . "$HOME/src/git-aliases" | |
| # fi |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # We assume you have an Nvidia GPU | |
| # Ubuntu dependencies | |
| sudo apt install nvidia-cuda-toolkit | |
| # From https://docs.anaconda.com/free/anaconda/install/linux/ | |
| apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 | |
| # Install conda | |
| # Download the installer from https://www.anaconda.com/download/#linux |