I am trying to deploy a Python project to a machine with no internet.  Because it has no internet, I cannot pip install any packages with a requirements.txt file.  I am wondering if it is possible to move my existing environment with all installed packages into another machine with all packages pre-installed.
I can also use attempt to use Docker for this installation. Would I be able to pre-install all the packages within a Docker container and then copy all the files onto another VM?
 
     
    