mgbam commited on
Commit
fe3c00f
·
verified ·
1 Parent(s): 02970af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-generative-ai
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