shubhamjain0594 / msi-laptop-setup

Instructions for setting up my MSI laptop and configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSI Laptop Ubuntu Setup Instructions

Instructions for setting up my MSI laptop and configs

Installing Ubuntu

Check this link here. Check out comments, add apci=off and nouveau.modeset=0 on same line as quiet splash and just after quiet splash.

Installing NVIDIA Driver

Check this link out here.

CUDA Driver

Please NVIDIA instructions to install latest cuda drivers here.

CuDNN

Please find instructions here.

Upgrade system

sudo apt-get upgrade && sudo apt-get update

Other installations

Tmux

sudo apt-get install tmux
cp configs/.tmux.conf ~/.tmux.conf
tmux source-file ~/.tmux.conf

Sublime Text

Follow this line to install Sublime as package and avoid bz2 package dealing.

Github Terminal Prompt

Check out this stackoverflow answer.

Tensorflow installation

Please use latest wheels from here if latest release does not support latest CUDA and CuDNN. Install MKL libraries before using these wheels.

About

Instructions for setting up my MSI laptop and configs