Ajout analyse de données par réseau neuronal

This commit is contained in:
Jérôme Delacotte
2025-05-11 16:53:01 +02:00
parent adef1736e5
commit 16783a79be
7 changed files with 145 additions and 8 deletions

View File

@@ -17,5 +17,5 @@ COPY . /src
EXPOSE 5000
# lancer l'application Python
CMD python3 app.py
CMD ["python", "app.py"]