Spaces:
Sleeping
Sleeping
updated pip version
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@
|
|
14 |
# CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
|
15 |
# Use the official Python 3.10.9 image
|
16 |
FROM python:3.10.12
|
|
|
|
|
17 |
|
18 |
# Copy the current directory contents into the container at .
|
19 |
COPY . .
|
|
|
14 |
# CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
|
15 |
# Use the official Python 3.10.9 image
|
16 |
FROM python:3.10.12
|
17 |
+
FROM pip_version: 23.3.2
|
18 |
+
|
19 |
|
20 |
# Copy the current directory contents into the container at .
|
21 |
COPY . .
|