Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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


  • No labels