thoth-station / bz1816214-example

Example for Bugzilla 1816214

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bugzilla 1816214

Run tensorflow on RHEL image

  1. Install micropipenv
pip3 install micropipenv --user
  1. Create environment.
python3 -m venv venv/ && . venv/bin/activate
  1. Install software stack.
micropipenv install --deploy
  1. Run command within the environment
ipython

Python 3.6.10 (default, Dec 20 2019, 00:00:00)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help.
  1. Import tensorflow
In [1]: import tensorflow as tf

In [2]: tf.version
Out[2]: <module 'tensorflow_core._api.v2.version' from '/home/fmurdaca/.local/share/virtualenvs/bz1816214-example-HUsuhuZU/lib/python3.6/site-packages/tensorflow_core/_api/v2/version/__init__.py'>

About

Example for Bugzilla 1816214

License:GNU General Public License v3.0