Bitbucket Pipelines — GPU support #1015
Labels
ci-bitbucket
cml-runner
Subcommand
enhancement
New feature or request
external-request
You asked, we did
gpu
Inexplicably convoluted drivers
p2-nice-to-have
Low priority
technical-debt
Refactoring, linting & tidying
Continuation of #798 (review)
As per the official documentation, self-hosted Bitbucket Pipelines runners for Linux don't “provide access to the host file system” although that limitation is “subject to change in the future”
In practice, this means that every single step is containerized, and users don't have any control over container options like
docker run --gpus
, even when the NVIDIA runtime is installed.The text was updated successfully, but these errors were encountered: