Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 |
|