Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for custom runtime in FluentAPI (Issue #132). #133

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

mariotoffia
Copy link
Owner

It is now possible to do

ContainerBuilder.UseRuntime(ContainerRuntime.Nvidia);

this will add --runtime=nvidia when creating the container. The only custom runtime is ContainerRuntime.Nvidia as of now.

This is to solve Issue #132

The only custom runtime is ContainerRuntime.Nvidia as of now.
@mariotoffia mariotoffia self-assigned this Nov 10, 2019
@mariotoffia mariotoffia added this to In progress in FluentDocker via automation Nov 10, 2019
@mariotoffia mariotoffia added this to the 3.0.0 milestone Nov 10, 2019
@mariotoffia mariotoffia merged commit 19a59e6 into master Nov 12, 2019
FluentDocker automation moved this from In progress to Done Nov 12, 2019
@mariotoffia mariotoffia deleted the feature-containe-runtime branch July 19, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
FluentDocker
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant