Spaces:
Sleeping
Sleeping
reqs updated
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
|
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.
|
17 |
|
18 |
# Copy the current directory contents into the container at .
|
19 |
COPY . .
|
|
|
13 |
|
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 . .
|