terry-li-hm commited on
Commit
a344245
·
1 Parent(s): b6d0b9b

Add chainlit

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  # FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
2
  FROM python:3.9
 
 
3
  # RUN sudo apt-get remove --purge '^nvidia-.*'
4
  # RUN sudo apt-get remove --purge '^libnvidia-.*'
5
  # RUN sudo apt-get autoremove
 
1
  # FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
2
  FROM python:3.9
3
+ # FROM wallies/python-cuda:3.10-cuda11.6-runtime
4
+ # FROM qts8n/cuda-python
5
  # RUN sudo apt-get remove --purge '^nvidia-.*'
6
  # RUN sudo apt-get remove --purge '^libnvidia-.*'
7
  # RUN sudo apt-get autoremove
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
- # chainlit
3
  # llama-index
4
  # trafilatura
5
  # openai
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
+ chainlit
3
  # llama-index
4
  # trafilatura
5
  # openai