Spaces:
Sleeping
Sleeping
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- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
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 . .
|