qdqd commited on
Commit
c6992cf
·
verified ·
1 Parent(s): 63a3314

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
9
 
10
  # Copy the requirements file (if you have one)
11
  # COPY requirements.txt .
 
5
  WORKDIR /app
6
 
7
  # Install necessary packages
8
+ RUN pip install --no-cache-dir flask requests duckduckgo_search
9
 
10
  # Copy the requirements file (if you have one)
11
  # COPY requirements.txt .