Skip to content

Commit

Permalink
clean debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jan 6, 2025
1 parent e8d4217 commit 5a08aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/c2d/compute_engine_docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ export async function buildCPUAndMemoryConstraints(
const hostConfig: HostConfig = {}
// CPU
const systemInfo = docker ? await docker.info() : null
if (docker) console.log('DOCKER INFO: ', systemInfo)
const existingCPUs = systemInfo ? systemInfo.NCPU : os.cpus().length
const confCPUs = environment.cpuNumber > 0 ? environment.cpuNumber : 1
// windows only
Expand Down

0 comments on commit 5a08aaf

Please sign in to comment.