Fix Readme
Abstract
Security iFix installation steps for PowerAI 1.5.4 version
Content
mldl-repo-local update method
To upgrade systems where PowerAI Base is already installed:
Note: For PowerAI Enterprise
- Update the mldl-repo-local package on each system of the cluster (Step 2)
- For each conda environment, make sure that no training's are running before updating the PowerAI framework packages (Step 3)
- Update conda environments for dlipy2 and dlipy3 (Step 4)
-
Download the
201912090734version of themldl-repo-localpackage -
Update the
mldl-repo-localpackage on the systemsudo rpm -Uhv mldl-repo-local-5.4.0-201912090734.9ecac53.ppc64le.rpm
-
Update the PowerAI framework packages
All systems:
sudo yum update caffe-bvlc caffe-ibm mldl-conda-repo pytorch tensorboard tensorflow
Systems with python 3 support (above update plus):
sudo yum update caffe-bvlc-py3 caffe-ibm-py3 pytorch-py3 tensorboard-py3 tensorflow-py3
-
Update existing conda environments
First update the
condainstall to at least version 4.6.12:conda install conda=4.6.12
Then, for each existing conda environment:
-
Activate the environment
-
conda activate ... -
For each installed PowerAI Base framework:
Update the framework's pre-requisites:
/opt/DL/<framework>/install-dependencies
-
Update
numpyto at least1.16only in Python 3.6 environments withoutsnap-mlinstalled:conda install numpy=1.16
-
Avoid broken version (
3.0.0) ofmatplotlib- Python 2.7 env:
conda install matplotlib=2.2.3 - Python 3.6 env:
conda install matplotlib=3.0.1
- Python 2.7 env:
-
-
Deactivate the environment
conda deactivate ...
mldl-repo-local new install method
Follow existing KC installation instructions, just starting with the 201912090734 version of the mldl-repo-local local RPM package.
https://www.ibm.com/support/knowledgecenter/SS5SF7_1.5.4/navigation/pai_install.html
Was this topic helpful?
Document Information
Modified date:
05 November 2020
UID
ibm11135077