docker-curriculum
docker-curriculum copied to clipboard
trying to do your flask tutorial
was trying to do your flask tutorial and it's not working for me...not sure why. This is what I was getting when trying to fire it up
gwilliams@alice:~/src/docker-curriculum/flask-app$ sudo docker run -p 8888:5000 gswscreagle/catnip
Traceback (most recent call last):
File "/usr/src/app/./app.py", line 1, in
my email address is [email protected]
Hello, just change python version on your Dockerfile. FROM python:3.9 worked fine for me)
you can change requirements.txt to
Flask==2.0
itsdangerous==2.0.1
Fixed in https://github.com/prakhar1989/docker-curriculum/pull/313