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