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