Last active
June 26, 2020 22:31
-
-
Save akashgit/79de31588409a4c750b7837c2ce37f0b to your computer and use it in GitHub Desktop.
This file contains 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
Follow this (Strictly) to install CUDA stuff: Reference: https://gist.github.com/Mahedi-61/2a2f1579d4271717d421065168ce6a73 | |
Dont forget to (additionally), edit ~/.bashrc to set cuda path. | |
Then, only on Satori: | |
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh | |
bash https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh -f -p /hdd_c/$(whoami)/anaconda3 | |
source ~/.bashrc | |
conda config --prepend channels https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/ | |
conda create --name neurips python=3.6 | |
conda activate neurips | |
conda install powerai | |
conda install -c conda-forge jupyterlab | |
Everything should be working at this point on Satori | |
Loading Disk: | |
https://www.techotopia.com/index.php/Adding_a_New_Disk_Drive_to_an_Ubuntu_Linux_System | |
https://medium.com/@sh.tsang/partitioning-formatting-and-mounting-a-hard-drive-in-linux-ubuntu-18-04-324b7634d1e0 | |
Do chmod -R 777 /{disk_name}/ | |
Users: | |
https://linuxize.com/post/how-to-create-a-sudo-user-on-ubuntu/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment