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