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

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 pillow
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 python-multipart
9
 
10
  # Copy the FastAPI application code into the container
11
  COPY . .