a9 commited on
Commit
37a86ec
·
verified ·
1 Parent(s): fe0078f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,8 +16,8 @@ RUN pip install --no-cache-dir \
16
  openai \
17
  requests \
18
  google-genai \
19
- firebase-admin
20
-
21
  # Copy app
22
  COPY app.py .
23
 
 
16
  openai \
17
  requests \
18
  google-genai \
19
+ pytz
20
+
21
  # Copy app
22
  COPY app.py .
23