Add pip freeze to docker label (#2062)
* Add pip freeze to docker label
* Record the output of a pip freeze to the docker
label so we can determine what packages the image
was frozen with.
* Add test_pip_freeze integration test
* Remove cog in integration test
* Remove cog from the comparison string