python-flask-docker-image icon indicating copy to clipboard operation
python-flask-docker-image copied to clipboard

Creating Virtual Env in Python from DockerFile

Open pranay123111 opened this issue 5 years ago • 0 comments

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?

pranay123111 avatar Apr 06 '20 02:04 pranay123111