Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official Python runtime as a parent image (Debian 12 Bookworm)
|
| 2 |
-
FROM python:3.9-slim-
|
| 3 |
|
| 4 |
# Disable Python bytecode, buffer stdout/stderr, pin NumPy <2, and redirect caches
|
| 5 |
ENV PYTHONDONTWRITEBYTECODE=1 \
|
|
|
|
| 1 |
# Use an official Python runtime as a parent image (Debian 12 Bookworm)
|
| 2 |
+
FROM python:3.9-slim-bullseye
|
| 3 |
|
| 4 |
# Disable Python bytecode, buffer stdout/stderr, pin NumPy <2, and redirect caches
|
| 5 |
ENV PYTHONDONTWRITEBYTECODE=1 \
|