Skip to content

Commit

Permalink
updated to work with the sagemaker PR container image
Browse files Browse the repository at this point in the history
  • Loading branch information
azograby committed May 7, 2024
1 parent 74028e2 commit 1aaaaa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"!pip install git-remote-codecommit\n",
"\n",
"# Clone the CodeCommit repository\n",
"!git clone codecommit::us-west-2://$CODECOMMIT_REPO_NAME /home/sagemaker-user/$CODECOMMIT_REPO_NAME\n",
"!git clone codecommit::us-west-2://${CODECOMMIT_REPO_NAME} /home/sagemaker-user/${CODECOMMIT_REPO_NAME}\n",
"\n",
"# Change directories to the newly cloned repo\n",
"os.chdir(\"/home/sagemaker-user/\" + os.environ[\"CODECOMMIT_REPO_NAME\"])\n",
Expand Down

0 comments on commit 1aaaaa2

Please sign in to comment.