syai4.0 / Dockerfile
peterpeter8585's picture
Update Dockerfile
2f2b50e verified
raw
history blame
283 Bytes
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
WORKDIR /
RUN pip install chainlit 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"]