Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir numpy==1.23.5
|
|
| 18 |
RUN pip install --no-cache-dir \
|
| 19 |
spacy==3.5.2 transformers huggingface-hub scikit-learn httpx pandas plotly \
|
| 20 |
fpdf streamlit streamlit-agraph networkx xmltodict feedparser pydantic openai \
|
| 21 |
-
google-
|
| 22 |
|
| 23 |
# Download spaCy model
|
| 24 |
RUN python -m spacy download en_core_web_sm
|
|
|
|
| 18 |
RUN pip install --no-cache-dir \
|
| 19 |
spacy==3.5.2 transformers huggingface-hub scikit-learn httpx pandas plotly \
|
| 20 |
fpdf streamlit streamlit-agraph networkx xmltodict feedparser pydantic openai \
|
| 21 |
+
google-generativeai
|
| 22 |
|
| 23 |
# Download spaCy model
|
| 24 |
RUN python -m spacy download en_core_web_sm
|