Skip to content

The-Mats/cuda-python-devcontainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Development Container

This repo configures a CUDA enabled python development container. If you are unfamiliar with development containers, check out this page.

Installation

  1. Add repo as submodule
git submodule add git@github.com:raphaelschwinger/cuda-python-devcontainer.git .devcontainer
  1. Set CUDA_VERSION and VARIANT in .devcontainer/devcontainer.json to your desired values. The CUDA and Ubuntu version has to match with image tags found here.

  2. Reopen in container

  3. Init poetry project

poetry init
  1. Start installing packages
poetry add <package>
  1. Start virtualenv
eval $(poetry env activate)

About

CUDA enabled Python - poetry devcontainer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 83.1%
  • Shell 16.9%