Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The script clears environment variables like PYTHONPATH, LD_LIBRARY_PATH, and sets PATH to the rhel7 default, and puts a miniconda bin dir at the frount. Then it activates the 'mlearntut' environment in the conda install.

We will use Keras and tensorflow

Code

  1. from pslogin (a machine with outside internet), do git clone https://github.com/davidslac/mlearntut.git
  2. you may need to go back and forth to the outside internet connection -  leave pslogin terminal up
  3. start new termina, ssh to pslogin, then ssh to psana
  4. cd to the mlearntut directory you made, from the pslogin terminal

...