jason137 commited on
Commit
18df2e3
·
1 Parent(s): 005e4ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,9 +6,10 @@ RUN apt-get update \
6
  && apt-get install -y git
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
 
14
  RUN git clone https://github.com/lerocha/chinook-database.git \
 
6
  && apt-get install -y git
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
+ && pip install --upgrade --no-cache-dir emoji \
10
  && pip install --upgrade --no-cache-dir langchain \
 
11
  && pip install --upgrade --no-cache-dir openai \
12
+ && pip install --upgrade --no-cache-dir pandas \
13
  && pip install --upgrade --no-cache-dir streamlit
14
 
15
  RUN git clone https://github.com/lerocha/chinook-database.git \