Goal: General process for creating and sharing a conda environment under a project.
Use Case
We want to create a software installation of TensorFlow (an end-to-end platform for machine learning) that can be shared acorss a project by all users.
From the documentation (as of time of writing):
The install documentation only details using a
pip install
.TensorFlow is tested and supported on the following 64-bit systems: Python 3.8–3.11
General Process
Example