Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 447 Bytes

CUDA MODE

Introduction

This is my personal practice repo for the CUDA MODE course.

Installation

I use a docker container to run the code. You can use the following command to run the container:

# Build the container
docker build -t cuda-mode .

# Run the container
docker run --gpus all -v /home:/home --ipc=host -it -d --name cuda-mode-container cuda-mode