本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
建立生命週期組態,將儲存庫複製到 Code Editor 應用程式
本節說明如何複製儲存庫,以及建立已連接生命週期組態的 Code Editor 應用程式。
-
從本機機器建立名為 的檔案,
my-script.sh
其中包含下列內容:#!/bin/bash set -eux
-
在生命週期組態指令碼中複製您選擇的儲存庫。
export REPOSITORY_URL=
"https://github.com/aws-samples/sagemaker-studio-lifecycle-config-examples.git"
git -C/home/sagemaker-user
clone $REPOSITORY_URL 完成指令碼之後,請建立並連接生命週期組態。如需詳細資訊,請參閱在 Studio 中建立和連接生命週期組態。
建立已連接生命週期組態的 Code Editor 應用程式。
aws sagemaker create-app \ --domain-id
domain-id
\ --space-namespace-name
\ --app-typeCodeEditor
\ --app-namedefault
\ --resource-spec "SageMakerImageArn=arn:aws:sagemaker:region
:image-account-id
:image/sagemaker-distribution-cpu
,LifecycleConfigArn=arn:aws:sagemaker:region
:user-account-id
:studio-lifecycle-config/my-code-editor-lcc
,InstanceType=ml.t3.large
"如需可用程式碼編輯器映像 的詳細資訊ARNs,請參閱 Code Editor 應用程式執行個體和映像。