a9 commited on
Commit
cd96663
·
verified ·
1 Parent(s): e190abd

Update Dockerfile

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