Verdiola commited on
Commit
6ca83b6
·
verified ·
1 Parent(s): 6b4cd19

add open library

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY app /app
6
  # App deps only (no LaTeX)
7
  RUN python -m pip install --upgrade pip && \
8
  python -m pip install --no-cache-dir \
9
- fastapi "uvicorn[standard]" pydantic python-dotenv google-genai huggingface-hub
10
 
11
  ENV PORT=7860
12
  EXPOSE 7860
 
6
  # App deps only (no LaTeX)
7
  RUN python -m pip install --upgrade pip && \
8
  python -m pip install --no-cache-dir \
9
+ fastapi "uvicorn[standard]" pydantic python-dotenv google-genai openai huggingface-hub
10
 
11
  ENV PORT=7860
12
  EXPOSE 7860