pvanand commited on
Commit
68d0499
1 Parent(s): 1df0f9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM tiangolo/uvicorn-gunicorn:python3.11
2
 
3
  LABEL maintainer="Sebastian Ramirez <[email protected]>"
4
 
5
- RUN pip install --upgrade pip setuptools
6
 
7
  COPY requirements.txt /tmp/requirements.txt
8
 
 
2
 
3
  LABEL maintainer="Sebastian Ramirez <[email protected]>"
4
 
5
+ RUN pip install setuptools<20.2
6
 
7
  COPY requirements.txt /tmp/requirements.txt
8