Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|
| 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 .
|