We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf243df commit 0e81882Copy full SHA for 0e81882
1 file changed
crates/worker/src/docker/docker_manager.rs
@@ -391,9 +391,6 @@ impl DockerManager {
391
Some(binds)
392
};
393
394
-<<<<<<< HEAD
395
- let host_config = if let Some(gpu) = gpu {
396
-=======
397
let network_mode = if self.disable_host_network_mode {
398
"bridge".to_string()
399
} else {
@@ -402,7 +399,6 @@ impl DockerManager {
402
403
400
let host_config = if gpu.is_some() {
404
401
let gpu = gpu.unwrap();
405
->>>>>>> 7ea8996104f4f2055d5b48f51f7f8cea76162ec0
406
let device_ids = match &gpu.indices {
407
Some(indices) if !indices.is_empty() => {
408
// Use specific GPU indices if available
0 commit comments