Some useful scripts to install vim pip cuda tensorflow and pytorch nvidia-docker
This repo can be used on Ubuntu 16.04 and Ubuntu 18.04
Before installation, you have to configure it.
PLEASE SET THE VARIABLE in function ss_install
SERVER_IP=xxxxx
SERVER_PORT=xxx
LOCAL_PORT=1080
PASSWORD=xxxx
SERVER_IP is the shadowsocks server ip
SERVER_PORT is the shadowsocks server port
PASSWORD is the shadowsocks server password
(2) If you do not have a shadowsocks server, you can comment the ss_install to disable configure shadowsocks like this
bundle_install
aptfast_install
vscode_install
chrome_install
#ss_install
typora_install
Please feel free to comment them, if you don't want to install them
bash useful_software_install.sh
bash cuda_install.sh
cd Ubuntu18.04
bash install_cuda10.sh
bash pip_install.sh
bash tf_pytorch_install.sh
bash tf_pytorch_install.sh
bash tmux_install.sh
bash torch_install.sh
bash vim_install.sh
bash nvidia_docker_install.sh