newservers commited on
Commit
4f293aa
·
verified ·
1 Parent(s): 14c7d5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
  WORKDIR /app
3
  COPY . /app
4
- RUN pip install --no-cache-dir Flask Pillow
5
  RUN chmod -R 777 /app
6
  EXPOSE 7860
7
  CMD ["python", "app.py"]
 
1
  FROM python:3.11-slim
2
  WORKDIR /app
3
  COPY . /app
4
+ RUN pip install --no-cache-dir requests Flask Pillow
5
  RUN chmod -R 777 /app
6
  EXPOSE 7860
7
  CMD ["python", "app.py"]