Spaces:
Running
Running
sghorbal commited on
Commit ·
ba4d8a0
1
Parent(s): 6b563a4
switch to python 3.12
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# Installer les dépendances système minimales
|
| 4 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
+
FROM python:3.12-slim
|
| 2 |
|
| 3 |
# Installer les dépendances système minimales
|
| 4 |
RUN apt-get update && apt-get install -y \
|