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