Spaces:
Running
Running
Update Dockerfile
Browse files- 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 . .
|