Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 0e81882

Browse files
committed
fix
1 parent cf243df commit 0e81882

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/worker/src/docker/docker_manager.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,6 @@ impl DockerManager {
391391
Some(binds)
392392
};
393393

394-
<<<<<<< HEAD
395-
let host_config = if let Some(gpu) = gpu {
396-
=======
397394
let network_mode = if self.disable_host_network_mode {
398395
"bridge".to_string()
399396
} else {
@@ -402,7 +399,6 @@ impl DockerManager {
402399

403400
let host_config = if gpu.is_some() {
404401
let gpu = gpu.unwrap();
405-
>>>>>>> 7ea8996104f4f2055d5b48f51f7f8cea76162ec0
406402
let device_ids = match &gpu.indices {
407403
Some(indices) if !indices.is_empty() => {
408404
// Use specific GPU indices if available

0 commit comments

Comments
 (0)