HuggingFace0920 commited on
Commit
44eee85
·
verified ·
1 Parent(s): 54e1791

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ARG APP_HOME=/home/node/app
7
  RUN apk add --no-cache gcompat tini git python3 py3-pip bash dos2unix findutils tar curl
8
 
9
  # 安装HuggingFace Hub
10
- RUN pip3 install --no-cache-dir huggingface_hub
11
 
12
  # 确保正确处理内核信号
13
  ENTRYPOINT [ "tini", "--" ]
 
7
  RUN apk add --no-cache gcompat tini git python3 py3-pip bash dos2unix findutils tar curl
8
 
9
  # 安装HuggingFace Hub
10
+ RUN pip3 install --no-cache-dir huggingface_hub requests
11
 
12
  # 确保正确处理内核信号
13
  ENTRYPOINT [ "tini", "--" ]