Created
August 10, 2018 08:53
-
-
Save InnovArul/91540265e2b45278cf84e59949229698 to your computer and use it in GitHub Desktop.
installations on new machine
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
sudo apt-get install zsh | |
sudo apt-get install git | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo apt-get update | |
sudo apt-get install sublime-text-installer | |
dropbox | |
teamviewer | |
google-chrome | |
miniconda | |
conda create -n pytorch python=3.6 | |
pip install https://files.pythonhosted.org/packages/ca/0d/f00b2885711e08bd71242ebe7b96561e6f6d01fdb4b9dcf4d37e2e13c5e1/torchvision-0.2.1-py2.py3-none-any.whl | |
pip install ptpython | |
# pytorch | |
https://github.com/pytorch/pytorch | |
# Install basic dependencies | |
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing | |
conda install -c mingfeima mkldnn | |
# install cuda toolkit (runfile)ioo | |
# Add LAPACK support for the GPU | |
conda install -c pytorch magma-cuda90 # or magma-cuda90 if CUDA 9 | |
# docker: download docker-ce latest from docker website | |
sudo apt-get install -y nvidia-docker2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment