Samuel-DD07 commited on
Commit
f781765
1 Parent(s): 3104437

Mise à jour de la version Python dans le Dockerfile de 3.12.2 à 3.10

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12.2
2
 
3
  # Copy the current directory contents into the container at .
4
  COPY . .
 
1
+ FROM python:3.10
2
 
3
  # Copy the current directory contents into the container at .
4
  COPY . .