wangyoucao577 commited on
Commit
017cbdc
·
verified ·
1 Parent(s): c9e7ba9

fix: build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN cmake -B ./oneDNN/build -S ./oneDNN -G Ninja -DONEDNN_LIBRARY_TYPE=STATIC \
19
  -DONEDNN_ENABLE_WORKLOAD=INFERENCE \
20
  -DONEDNN_ENABLE_PRIMITIVE=MATMUL
21
  RUN cmake --build ./oneDNN/build --target install --config Release -j 2
22
- RUN cd vllm && VLLM_TARGET_DEVICE=cpu python3 setup.py install
23
 
24
  # install node and npm for demo
25
  ENV NVM_DIR /usr/local/nvm
 
19
  -DONEDNN_ENABLE_WORKLOAD=INFERENCE \
20
  -DONEDNN_ENABLE_PRIMITIVE=MATMUL
21
  RUN cmake --build ./oneDNN/build --target install --config Release -j 2
22
+ RUN cd vllm && VLLM_TARGET_DEVICE=cpu MAX_JOBS=2 python3 setup.py install
23
 
24
  # install node and npm for demo
25
  ENV NVM_DIR /usr/local/nvm