Spaces:
Runtime error
Runtime error
File size: 289 Bytes
173fee7 f01dc75 a5bc219 252062b 4858499 252062b |
1 2 3 4 5 6 |
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"] |