Spaces:
Sleeping
Sleeping
Commit ·
cef8256
1
Parent(s): 4184ffc
Bug fixed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use a slim version of Python to reduce base image size
|
| 2 |
-
FROM python:3.13
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV PYTHONDONTWRITEBYTECODE=1
|
|
|
|
| 1 |
# Use a slim version of Python to reduce base image size
|
| 2 |
+
FROM python:3.13
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV PYTHONDONTWRITEBYTECODE=1
|