HuggingFace0920 commited on
Commit
377bf82
·
verified ·
1 Parent(s): b200139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
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 requests
11
 
12
  # 确保正确处理内核信号
13
  ENTRYPOINT [ "tini", "--" ]
@@ -67,4 +67,4 @@ RUN chmod -R 777 ${APP_HOME} && \
67
  EXPOSE 8000
68
 
69
  # 启动命令
70
- CMD [ "./docker-entrypoint.sh" ]
 
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", "--" ]
 
67
  EXPOSE 8000
68
 
69
  # 启动命令
70
+ CMD [ "./docker-entrypoint.sh" ]