diff --git a/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt b/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt index 0b1e171..2a50c89 100644 --- a/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt +++ b/10. How to use Docker containers and Docker Compose for Deep Learning applications/app_docker/app/requirements.txt @@ -1,2 +1,2 @@ -Flask==1.1.2 +Flask==2.3.2 uWSGI==2.0.18 \ No newline at end of file