Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -22,4 +22,7 @@ RUN echo "#!/bin/bash" > redis-start.sh && \
|
|
22 |
echo "redis-cli ping" >> redis-start.sh
|
23 |
|
24 |
RUN chmod -R 777 ./data && \
|
25 |
-
sed -i "1r redis-start.sh" ./start.sh
|
|
|
|
|
|
|
|
22 |
echo "redis-cli ping" >> redis-start.sh
|
23 |
|
24 |
RUN chmod -R 777 ./data && \
|
25 |
+
sed -i "1r redis-start.sh" ./start.sh
|
26 |
+
|
27 |
+
# 安装Python依赖项
|
28 |
+
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
|