Welcome to the docs repository for our research group! This repository contains documentation and resources for our projects and experiments.
To get started with our projects, the minimum you'll need to have installed on your system is Docker.
🐳 Docker is a platform that allows you to develop, ship, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that contain everything needed to run an application, including the code, runtime, libraries, and dependencies.
Follow the installation instructions below based on your operating system:
If you're using Linux, you can install Docker using the following steps:
- Follow the instructions provided here to install Docker on your Linux distribution.
If you're using Windows, you'll need to install WSL (Windows Subsystem for Linux) and Docker Desktop:
- Install WSL by following the instructions here.
- After installing WSL, install Docker Desktop by following the instructions here.
If your system has an NVIDIA graphics card and you want to utilize GPU acceleration within Docker containers, you'll also need to install the NVIDIA Container Toolkit:
- Follow the installation guide provided here to install the NVIDIA Container Toolkit.