acecalisto3 commited on
Commit
732cea9
·
verified ·
1 Parent(s): 0e52501

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-bookworm
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 \