pvanand commited on
Commit
1213d07
1 Parent(s): f9b0807

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM tiangolo/uvicorn-gunicorn:python3.11
2
 
3
  LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
4
 
5
- RUN pip install setuptools<20.2
6
-
7
  COPY requirements.txt /tmp/requirements.txt
8
 
9
  RUN pip install --no-cache-dir -r /tmp/requirements.txt
 
2
 
3
  LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
4
 
 
 
5
  COPY requirements.txt /tmp/requirements.txt
6
 
7
  RUN pip install --no-cache-dir -r /tmp/requirements.txt