a9 commited on
Commit
076b891
·
verified ·
1 Parent(s): 6f6890a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
  wget && \
24
  rm -rf /var/lib/apt/lists/*
25
 
26
- RUN pip install fastapi uvicorn openai
27
 
28
  # Copy app and startup script
29
  COPY app.py /app.py
 
23
  wget && \
24
  rm -rf /var/lib/apt/lists/*
25
 
26
+ RUN pip install fastapi uvicorn openai fastapi requests google-genai uvicorn cryptography
27
 
28
  # Copy app and startup script
29
  COPY app.py /app.py