ai-center
2022.4
true
AI Center インストール ガイド
- 基本情報
- ネットワーク要件
- シングルノードの要件とインストール
- マルチノードの要件とインストール
- インストール後
- GPU をプロビジョニングする
- 構成ファイルを使用する
- ノードのスケジュール設定
- 移行とアップグレード
- 基本的なトラブルシューティング ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
インストールが完了したら、このガイドの指示に従います。
重要:
AI Center スタンドアロンのインストールには、Automation Suite と同じインストーラーを使用します。「インストール後の手順」セクション下の一部のページを表示しようとすると、『UiPath Automation Suite ガイド』内の対応するページが表示される場合があります。このような場合、手順は両方のシナリオで同じであり、AI Center に固有の手順はありません。
自身のニーズに合った手順を実行してください。
オフライン レジストリに rancher/pause を追加する
注:
この手順は、v2022.4.1 以下の AI Center でのみ必要です。
After installing UiPath AI Center, make sure to import and export the Rancher image.
手順
-
エクスポートする前に、次のコマンドを実行してすべてのイメージを取得します。
ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io content fetch --all-platforms docker.io/rancher/pause:3.5ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io content fetch --all-platforms docker.io/rancher/pause:3.5 -
次のコマンドを実行して、
containerdからイメージをエクスポートします。ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io images export rancher_pause_3_5.tar docker.io/rancher/pause:3.5ctr --address /run/k3s/containerd/containerd.sock -n=k8s.io images export rancher_pause_3_5.tar docker.io/rancher/pause:3.5 -
次のコマンドを実行して
podmanにイメージを読み込みます。podman load -i rancher_pause_3_5.tarpodman load -i rancher_pause_3_5.tar -
次のコマンドを実行してイメージを再タグ付けします。
podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5podman tag localhost/3.5:latest localhost:30071/rancher/pause:3.5 -
以下のコマンドを実行してローカルの Docker レジストリにログインします。
podman login "localhost:30071" --username "admin" --password "[PASSWORD_FROM_'/etc/rancher/rke2/registries.yaml']" --tls-verify=falsepodman login "localhost:30071" --username "admin" --password "[PASSWORD_FROM_'/etc/rancher/rke2/registries.yaml']" --tls-verify=false注:If the
podman logincommand has been successfully run before, there is no need to run theview docker credsandpodman logincommands. -
次のコマンドを実行してイメージを Docker レジストリにプッシュします。
podman push --tls-verify=false localhost:30071/rancher/pause:3.5podman push --tls-verify=false localhost:30071/rancher/pause:3.5