mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
* [bitnami/tensorflow] chore: 👷 Add VIB integration Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * test: ✅ Add basic example Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
11 lines
240 B
YAML
11 lines
240 B
YAML
binaries:
|
|
- python
|
|
root_dir: /opt/bitnami
|
|
directories:
|
|
- paths:
|
|
# Paths to the client and server directories
|
|
- /opt/bitnami/python
|
|
version:
|
|
bin_name: python
|
|
flag: "-c 'import tensorflow; print(tensorflow.__version__)'"
|