wangyoucao577 commited on
Commit
a439e14
·
verified ·
1 Parent(s): 264681b

fix: entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -3,5 +3,6 @@ FROM ghcr.io/ten-framework/ten_agent_build:0.4.17
3
  RUN pip install -U "huggingface_hub[cli]"
4
 
5
  COPY .env .env
 
6
 
7
- ENTRYPOINT ["entrypoint.sh"]
 
3
  RUN pip install -U "huggingface_hub[cli]"
4
 
5
  COPY .env .env
6
+ COPY entrypoint.sh /entrypoint.sh
7
 
8
+ ENTRYPOINT ["/entrypoint.sh"]