syai4.0 / Dockerfile
peterpeter8585's picture
Update Dockerfile
4858499 verified
raw
history blame contribute delete
289 Bytes
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
WORKDIR /
RUN pip install chainlit==0.5.1 langchain_huggingface langchain_community langchain bs4 wikipedia redis requests huggingface_hub duckduckgo-search youtube_search
EXPOSE 8000
CMD ["python","a.py"]
CMD ["chainlit", "run","app.py"]