Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
|
2 |
WORKDIR /
|
3 |
-
RUN pip install chainlit langchain_huggingface langchain_community langchain bs4 wikipedia redis requests huggingface_hub duckduckgo-search youtube_search
|
4 |
EXPOSE 8000
|
5 |
CMD ["python", "a.py"]
|
6 |
CMD ["chainlit", "run","app.py"]
|
|
|
1 |
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
|
2 |
WORKDIR /
|
3 |
+
RUN pip install chainlit==0.5.1 langchain_huggingface langchain_community langchain bs4 wikipedia redis requests huggingface_hub duckduckgo-search youtube_search
|
4 |
EXPOSE 8000
|
5 |
CMD ["python", "a.py"]
|
6 |
CMD ["chainlit", "run","app.py"]
|