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_toolsto 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.shto install the nvidia runtime and docker itself. You should enter a username in the process so that user does not have to usesudoto access docker. - Call
create_tensorflow_container.shto create the container with a mountpoint under~/notebooks. This directory is accessable undernotebooksinside of the container. The script asks for additional python modules to get installed. For scientific reasons, we install Numpy, Scipy, Matplotlib automatically.