Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrehman94 committed Dec 8, 2023
1 parent 4d21a6c commit 2a1e831
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ impl ContainerIsolationService for DockerIsolation {
}

args.push("-e");
mps_thread = format!("CUDA_MPS_ACTIVE_THREAD_PERCENTAGE={}", device.thread_pct);
args.push(mps_thread.as_str());
if self.config.gpu_resource.as_ref().map_or(false, |c| c.mps_enabled()) {
args.push("--ipc=host");
args.push("-e");
Expand Down

0 comments on commit 2a1e831

Please sign in to comment.