Skip to content

TensorFlow Docker requirements #250

Answered by elezar
vukitoso asked this question in Q&A
May 20, 2022 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

In order to run GPU-enabled docker containers the NVIDIA Container Toolkit is required. This ensures that the required driver libraries and devices are injected into the container as it is started. It is agnostic of the container runtime used (although it may required specific configuration for particular runtimes) and also allows the CUDA Toolkit to be bundled in the container image and be used as long as it is supported by the driver version on the host. In general, older CUDA versions are supported by newer driver versions and there is some forward-compatibility at least across minor versions that is also supported.

A CUDA-capable NVIDIA GPU driver is a prerequisite for the NVIDIA Cont…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@vukitoso
Comment options

@YusufKhan-gamedev
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vukitoso
Comment options

@PAR2020
Comment options

Answer selected by vukitoso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants