wangyoucao577 commited on
Commit
388eb43
·
verified ·
1 Parent(s): ad36b28

fix: install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM ghcr.io/ten-framework/ten_agent_build:0.5.0-2-g7d064cd-vllm-cpu
3
 
4
  #RUN apt update -y && apt-get install -y --no-install-recommends libnuma-dev
5
 
 
6
  RUN pip install hf_transfer
7
 
8
  # install vllm
 
3
 
4
  #RUN apt update -y && apt-get install -y --no-install-recommends libnuma-dev
5
 
6
+ RUN pip install "huggingface_hub[cli]"
7
  RUN pip install hf_transfer
8
 
9
  # install vllm