I have created an environment using conda and set up tensorflow along with a few other packages. How do I clone this environment such that it is a direct replica of the environment itself?
I plan to clone the environment (call it base) twice: Once for testing out packages and again for production. In total I would have the base environment, the test version, and production version. The goal being I can test out packages in "test" and if they work, add them to production. If they really do work as expected, add them to "base". With that being said, I am not savy with the command line and get tripped up easily with naming conventions. Any explicit answers would be very helpful.
source https://stackoverflow.com/questions/73521538/clone-conda-environment-with-tensorflow-and-other-packages
Comments
Post a Comment