Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9-slim
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install necessary packages
|
8 |
-
RUN pip install --no-cache-dir flask requests duckduckgo_search
|
9 |
|
10 |
# Download the script from the private Hugging Face dataset
|
11 |
RUN apt-get update && apt-get install -y wget
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Install necessary packages
|
8 |
+
RUN pip install --no-cache-dir flask requests duckduckgo_search openai
|
9 |
|
10 |
# Download the script from the private Hugging Face dataset
|
11 |
RUN apt-get update && apt-get install -y wget
|