Current name for python virtual env folder, prepared in common-artifacts, uses venv_2_12_1 which has version in the name.
As to upgrade TensorFlow version, we may have to choose different ones depending on Ubuntu version.
This name is used in several other modules that require python execution environment, so updating requires labor.
So, I'd like to remove version name in the folder.
- user module don't need to have updates afterwards
- we can have different TF version for each Ubuntu
- but... I can't recall if there was any problem ...
Current name for python virtual env folder, prepared in
common-artifacts, usesvenv_2_12_1which has version in the name.As to upgrade TensorFlow version, we may have to choose different ones depending on Ubuntu version.
This name is used in several other modules that require python execution environment, so updating requires labor.
So, I'd like to remove version name in the folder.