syai4.0 / Dockerfile
peterpeter8585's picture
Update Dockerfile
d266192 verified
raw
history blame
281 Bytes
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
WORKDIR /
RUN chmod +X /.files
RUN pip install chainlit langchain_huggingface langchain_community langchain bs4 wikipedia redis requests huggingface_hub duckduckgo-search youtube_search
EXPOSE 8000
CMD ["chainlit", "run","app.py"]