Commit efaf48f7 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 6e138104
...@@ -56,6 +56,9 @@ source /opt/dtk-24.04/env.sh ...@@ -56,6 +56,9 @@ source /opt/dtk-24.04/env.sh
git clone -b dtk23.10-v2.10 http://developer.hpccube.com/codes/aicomponent/nni.git git clone -b dtk23.10-v2.10 http://developer.hpccube.com/codes/aicomponent/nni.git
cd nni cd nni
export NNI_RELEASE=2.10 export NNI_RELEASE=2.10
export PATH=$PATH:/usr/local/python3.10.12/bin
export PATH=$PATH:/usr/local/python3.10.12/bin/jupyter
export LD_LIBRARY_PATH=/usr/local/python3.10.12/lib:$LD_LIBRARY_PATH
python3 setup.py clean --all python3 setup.py clean --all
python3 setup.py build_ts python3 setup.py build_ts
python3 setup.py bdist_wheel -p manylinux1_x86_64 python3 setup.py bdist_wheel -p manylinux1_x86_64
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment