python-flask-docker-image
python-flask-docker-image copied to clipboard
Creating Virtual Env in Python from DockerFile
Thank you Raj, It was really nice Video. where do we need to add below to steps to create venv? is this step needed when we run in Docker?
Dockerfile or requirement.txt?
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
Do we need to mention versions in requirement.txt?