Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
FROM python:3.10
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
| 1 |
+
FROM python:3.10.16-slim
|
| 2 |
+
|
| 3 |
+
# Verify Python version (will appear in build logs)
|
| 4 |
+
RUN python --version
|
| 5 |
|
| 6 |
WORKDIR /app
|
| 7 |
|