Spaces:
Running
Running
Alief Gilang Permana Putra commited on
Commit ·
4f13c94
1
Parent(s): af35098
fix: Update python container version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use a stable, official Python base image
|
| 2 |
-
FROM python:3.
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
# PYTHONUNBUFFERED=1 ensures console logs are printed immediately
|
|
|
|
| 1 |
# Use a stable, official Python base image
|
| 2 |
+
FROM python:3.14-slim
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
# PYTHONUNBUFFERED=1 ensures console logs are printed immediately
|