0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Amazon SageMaker と GitHub の連携

Posted at

手順

  1. Amazon SageMaker ドメインへの GitHub リポジトリの登録

    1. Amazon SageMaker -> ドメイン -> ドメインの詳細 -> 環境 に遷移
    2. ドメインの推奨コードリポジトリより「アタッチ」ボタンを押下
    3. JupyterServer アプリ・JupiterLab アプリそれぞれに対象の Git リポジトリの URL を登録
  2. Code Editor 内でのリポジトリのコードの取り込み

    1. Amazon SageMaker CodeEditor の対象ブックを開く
    2. Explorer より「Clone Repository」を選択
    3. GitHub の認証を通し、対象のリポジトリを選択して Clone
  3. git config の設定

    1. GitHub のユーザー名、メールアドレスを設定する
      $ git config --global user.name "your name"
      $ git config --global user.email your.email@example.com

参考記事・資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?