This respository is used to collect various useful scripts and programs for AI and Machine Learning.
- Clone this repo with
git clone https://github.com/KlinkerJ/ai_tools.git
- Use
cd ai_tools
to switch to the cloned repo.
- Switch the directory with
cd gpu_acceleration
- Make sure your computer does have a NVIDIA GPU installed in it!
- If you do not have already installed cuda-drivers, you can do so by executing
sudo install_cuda_drivers.sh
- Then, execute
install_docker_for_nvidia.sh
to install the nvidia runtime and docker itself. You should enter a username in the process so that user does not have to usesudo
to access docker. - Call
create_tensorflow_container.sh
to create the container with a mountpoint under~/notebooks
. This directory is accessable undernotebooks
inside of the container. The script asks for additional python modules to get installed. For scientific reasons, we install Numpy, Scipy, Matplotlib automatically.