navpan2 commited on
Commit
5c4ed79
·
verified ·
1 Parent(s): a3a0d99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10
5
  WORKDIR /app
6
 
7
  # Install the required packages
8
- RUN pip install tensorflow fastapi uvicorn requests
9
 
10
  # Copy the FastAPI application code into the container
11
  COPY . .
 
5
  WORKDIR /app
6
 
7
  # Install the required packages
8
+ RUN pip install tensorflow fastapi uvicorn requests pillow
9
 
10
  # Copy the FastAPI application code into the container
11
  COPY . .