peterpeter8585 commited on
Commit
71b8dae
·
verified ·
1 Parent(s): 2aa26c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -r /requirements.txt
4
  RUN chmod +x /app.py
5
  EXPOSE 8000
6
  CMD ["chainlit", "run","app.py"]
 
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
  RUN chmod +x /app.py
5
  EXPOSE 8000
6
  CMD ["chainlit", "run","app.py"]