yahrkapa commited on
Commit
6f50088
1 Parent(s): f4588c7
Dockerfile CHANGED
@@ -4,9 +4,16 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
- RUN pip cache remove *
8
-
9
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
 
 
 
 
 
 
10
 
11
  RUN useradd -m appuser
12
 
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ # RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+
9
+ RUN pip install langchain_nvidia_ai_endpoints
10
+ RUN pip install llama_index
11
+ RUN pip install langchain_core
12
+ RUN pip install dotenv-python
13
+ RUN pip install fastapi
14
+ RUN pip install pydantic
15
+ RUN pip install llama-index-embeddings-huggingface
16
+ RUN pip install llama-index-llms-langchain
17
 
18
  RUN useradd -m appuser
19
 
__pycache__/chat.cpython-310.pyc ADDED
Binary file (1.77 kB). View file
 
__pycache__/main.cpython-310.pyc ADDED
Binary file (962 Bytes). View file