lydgs commited on
Commit
984724f
·
verified ·
1 Parent(s): da55789

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -46,5 +46,8 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
46
  COPY start.sh /start.sh
47
  RUN chmod +x /start.sh
48
 
 
 
 
49
  # 使用启动脚本作为入口点
50
  CMD ["/start.sh"]
 
46
  COPY start.sh /start.sh
47
  RUN chmod +x /start.sh
48
 
49
+ RUN pip3 install requests
50
+ COPY scripts/sync_bailian_models.py /app/scripts/sync_bailian_models.py
51
+ RUN chmod +x /app/scripts/sync_bailian_models.py
52
  # 使用启动脚本作为入口点
53
  CMD ["/start.sh"]