rikunarita-2 commited on
Commit
9f91b0f
·
verified ·
1 Parent(s): 3a5ed88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -91,7 +91,8 @@ if limit<=0: \
91
  print(max(1, limit))") && \
92
  export OMP_NUM_THREADS=$COMPUTE_CORES && \
93
  export MKL_NUM_THREADS=$COMPUTE_CORES && \
94
- echo "=== Detected Allocated CPU Cores: $COMPUTE_CORES ===" && \
 
95
  python main.py \
96
  --cpu \
97
  --listen 0.0.0.0 \
 
91
  print(max(1, limit))") && \
92
  export OMP_NUM_THREADS=$COMPUTE_CORES && \
93
  export MKL_NUM_THREADS=$COMPUTE_CORES && \
94
+ export OMP_PROC_BIND=CLOSE && \
95
+ export OMP_PLACES=CORES && \
96
  python main.py \
97
  --cpu \
98
  --listen 0.0.0.0 \