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

fix: libnuma

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  #FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-2-geca93b3-cuda
2
  FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-2-geca93b3
3
 
 
 
4
  RUN pip install hf_transfer
5
 
6
  # install vllm
 
1
  #FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-2-geca93b3-cuda
2
  FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-2-geca93b3
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