This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| technical:recipes:tensorflow-in-virtualenv [2025-10-28 16:09] – [VALET Package Definition] thuachen | technical:recipes:tensorflow-in-virtualenv [2025-11-06 15:30] (current) – [Create TensorFlow Virtualenv] thuachen |
|---|
| tensorflow 2.19.0 cpu_py312h69ecde4_53 conda-forge | tensorflow 2.19.0 cpu_py312h69ecde4_53 conda-forge |
| </code> | </code> |
| All versions of the TensorFlow virtual environment will be stored in the directory ''$WORKDIR/sw/tensorflow''; each virtual environment must have a unique name that will become the VALET version of TensorFlow. In this tutorial, we will install the Tensorflow version 2.17.0 with and without the CUDA support. An appropriate version for the former would be ''2.17.0:cpu'' and the latter ''2.17.0:cuda''. Those versions can be translated to VALET-friendly directory names: | All versions of the TensorFlow virtual environment will be stored in the directory ''$WORKDIR/sw/tensorflow''; each virtual environment must have a unique name that will become the VALET version of TensorFlow. In this tutorial, we will install the Tensorflow version 2.17.0 with the CPU support and with CUDA support. An appropriate version for the former would be ''2.17.0:cpu'' and the latter ''2.17.0:cuda''. Those versions can be translated to VALET-friendly directory names: |
| |
| <code bash> | <code bash> |