jason137 commited on
Commit
e83bd30
·
1 Parent(s): 67928b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN apt-get update \
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
  && pip install --upgrade --no-cache-dir langchain \
 
10
  && pip install --upgrade --no-cache-dir openai \
11
  && pip install --upgrade --no-cache-dir streamlit
12
 
 
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
  && pip install --upgrade --no-cache-dir langchain \
10
+ && pip install --upgrade --no-cache-dir pandas \
11
  && pip install --upgrade --no-cache-dir openai \
12
  && pip install --upgrade --no-cache-dir streamlit
13