getapi commited on
Commit
f5b4aff
1 Parent(s): 5cb3728

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.12
2
  WORKDIR /code
3
- RUN pip install fastapi httpx pydantic uvicorn
4
  COPY . .
5
  RUN chmod 777 /code && chmod 777 /code/*
6
  CMD python /code/app.py
 
1
  FROM python:3.12
2
  WORKDIR /code
3
+ RUN pip install fastapi httpx pillow pydantic uvicorn
4
  COPY . .
5
  RUN chmod 777 /code && chmod 777 /code/*
6
  CMD python /code/app.py