Skip to content

Base image that enables gpu support for python poetry projects

License

Notifications You must be signed in to change notification settings

WOGRA-AG/docker-cuda-poetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cuda-poetry

A lightweight docker image with nvidia gpu support for further customization using poetry.

The motivation for this docker image lies in the Os4ML project in order to save cluster resources. Internal developers started to use this image as starting point for customized images providing a pre-installed individual set of python package.

KNOWN ISSUE: This is a pytorch-optimized version regarding the gpu supprt. Tensorflow won't work out of the box. This is because Tensorflow depends on the system cuda libraries - not the python packages - which are not installed.