【联邦学习】FATE 集群部署 step2
生活随笔
收集整理的這篇文章主要介紹了
【联邦学习】FATE 集群部署 step2
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
【聯邦學習】FATE 集群部署step1
【聯邦學習】FATE 集群部署step3
- 配置虛擬機網絡
- 配置虛擬機鏡像
all 指的是2個虛擬機都要操作
f1 只的是1號虛擬機
f2 指的是2號虛擬機
配置虛擬機網絡 all
進入虛擬機
右鍵打開終端
輸入root 然后輸入密碼 以root權限登錄
vi /etc/sysconfig/network-scripts/ifcfg-ens33
f2 中IPADDR要改為192.168.0.2 其他一樣
VMW鏡像配置 all
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak添加阿里云鏡像vi /etc/yum.repos.d/CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # #[base] name=CentOS-$releasever - Base baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/os/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#released updates [updates] name=CentOS-$releasever - Updates baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/updates/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that may be useful [extras] name=CentOS-$releasever - Extras baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/extras/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7#additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/centosplus/$basearch/ #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7刷新緩存 yum makecache更新安裝包及內核 yum upgrade安裝一些必要組件 yum install vim yum install wget yum install unzip yum install lsof 《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的【联邦学习】FATE 集群部署 step2的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【联邦学习】FATE 集群部署 step
- 下一篇: 【联邦学习】FATE 集群部署 step