Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,8 @@ RUN pip install --no-cache-dir \
|
|
| 16 |
openai \
|
| 17 |
requests \
|
| 18 |
google-genai \
|
| 19 |
-
|
| 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 |
|