issaocean commited on
Commit
ca461db
·
verified ·
1 Parent(s): 7699798

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,3 +18,6 @@ RUN echo "#!/bin/bash" > redis-start.sh && \
18
 
19
  RUN chmod -R 777 ./data && \
20
  sed -i "1r redis-start.sh" ./start.sh
 
 
 
 
18
 
19
  RUN chmod -R 777 ./data && \
20
  sed -i "1r redis-start.sh" ./start.sh
21
+
22
+ # 安装Python依赖项
23
+ RUN pip install langchain-openai==0.2.14 langgraph==0.2.60 aiohttp exa_py==1.7.0 fire==0.7.0 python-dotenv==1.0.1