jason137 commited on
Commit
e16e47b
·
1 Parent(s): a233a6d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -6,11 +6,7 @@ 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 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 \
16
  && cp chinook-database/ChinookDatabase/DataSources/Chinook_Sqlite.sql .
 
6
  && apt-get install -y git
7
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
+ && pip install --upgrade --no-cache-dir requirements.txt
 
 
 
 
10
 
11
  RUN git clone https://github.com/lerocha/chinook-database.git \
12
  && cp chinook-database/ChinookDatabase/DataSources/Chinook_Sqlite.sql .