Skip to content

Conversation

sasanka-grs-work
Copy link
Contributor

No description provided.

if (this.CpuArchitecture == Architecture.Arm64)
{
await this.ExecuteSbCommandAsync("sudo", $"docker pull {this.ContainerVersion}", this.PlatformSpecifics.CurrentDirectory, telemetryContext, cancellationToken, true);
await this.ExecuteSbCommandAsync("sudo", $"docker run -itd --name=sb-dev --privileged --net=host --ipc=host --gpus=all -w /root -v {this.SuperBenchmarkDirectory}:/mnt {this.ContainerVersion}", this.SuperBenchmarkDirectory, telemetryContext, cancellationToken, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there plan to migrate from sb-dev? please document that in the markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants