Spaces:
Sleeping
Sleeping
Commit ·
0ea9e9b
1
Parent(s): eb7116b
changed the image to 3.11
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# Use official Python 3.
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV PYTHONUNBUFFERED=1 \
|
|
|
|
| 1 |
+
# Use official Python 3.11 slim image
|
| 2 |
+
FROM python:3.11-slim
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV PYTHONUNBUFFERED=1 \
|