Freezing PIP versions in a Docker container and creating requirements.txt

Tiempo de lectura: < 1 minuto We will learn today how to freeze versions and update your container with a fixed requirements.txt. docker exec -it nombre_contenedor /bin/bash This leaves you in the terminal inside the container. Make sure to be in the folder where you installed your packages or where your venv is located. Generate requirements.txt Inside the container, execute: pip … Read more
 
					







