Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 572 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 572 Bytes

Deep Learning Dev Environment Setup

Setup DL working enviroment

This guide outlines several steps for installing a Linux distro alongside Windows (dual boot) and setting up all necessary Nvidia drivers/libaries. It also follows a virtual enviroment paradigm for handling Python packages and creating environments with different independecies like different Python, CUDA, PyTorch/TensorFlow/NumPy/SciPy/matplotlib etc. versions.

Docker setup

Use the following guide in order to integrate docker in your development pipeline.