Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| technical:recipes:tensorflow-in-virtualenv [2025-10-28 16:07] – [Create TensorFlow Virtualenv] thuachen | technical:recipes:tensorflow-in-virtualenv [2025-11-06 15:30] (current) – [Create TensorFlow Virtualenv] thuachen | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| tensorflow | tensorflow | ||
| </ | </ | ||
| - | All versions of the TensorFlow virtual environment will be stored in the directory '' | + | All versions of the TensorFlow virtual environment will be stored in the directory '' |
| <code bash> | <code bash> | ||
| Line 127: | Line 127: | ||
| success: 0 | success: 0 | ||
| versions: | versions: | ||
| - | "2.19.0: | + | "2.17.0: |
| - | description: | + | description: |
| dependencies: | dependencies: | ||
| - miniconda/ | - miniconda/ | ||
| - | "2.19.0: | + | "2.17.0: |
| - | description: | + | description: |
| dependencies: | dependencies: | ||
| - miniconda/ | - miniconda/ | ||
| Line 152: | Line 152: | ||
| success: 0 | success: 0 | ||
| versions: | versions: | ||
| - | "2.19.0: | + | "2.17.0: |
| - | description: | + | description: |
| dependencies: | dependencies: | ||
| - miniconda/ | - miniconda/ | ||
| - | "2.19.0: | + | "2.17.0: |
| - | description: | + | description: |
| dependencies: | dependencies: | ||
| - miniconda/ | - miniconda/ | ||
| Line 179: | Line 179: | ||
| [/ | [/ | ||
| tensorflow | tensorflow | ||
| - | * 2.19.0: | + | * 2.17.0: |
| - | 2.19.0: | + | 2.17.0: |
| | | ||
| : | : | ||
| Line 193: | Line 193: | ||
| # Setup TensorFlow virtualenv: | # Setup TensorFlow virtualenv: | ||
| # | # | ||
| - | vpkg_require tensorflow/ | + | vpkg_require tensorflow/ |
| # | # | ||