randydev commited on
Commit
a3086ca
·
verified ·
1 Parent(s): 02d4619

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app/
15
 
16
  COPY . .
17
 
18
- RUN pip3 install --upgrade pip setuptools
19
  RUN pip3 install -r requirements.txt
20
 
21
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
 
16
  COPY . .
17
 
18
+ RUN pip3 install --upgrade pip setuptools==59.6.0
19
  RUN pip3 install -r requirements.txt
20
 
21
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]