Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : 8a8e9f4
Branch  : main
Author  : Chris Endemann <[email protected]>
Time    : 2024-11-06 18:55:32 +0000
Message : Update setup.md
  • Loading branch information
actions-user committed Nov 6, 2024
1 parent 39d088d commit 6c3f222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"episodes/Training-models-in-SageMaker-notebooks.md" "2378750690016fdbdf1cb83881903e67" "site/built/Training-models-in-SageMaker-notebooks.md" "2024-11-03"
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2023-03-16"
"learners/reference.md" "1c7cc4e229304d9806a13f69ca1b8ba4" "site/built/reference.md" "2023-03-16"
"learners/setup.md" "d4e66d7ead8d0edef6a2b10be8f1e593" "site/built/setup.md" "2024-11-04"
"learners/setup.md" "20901cfc842ed3b4e3cb74c382be9dbf" "site/built/setup.md" "2024-11-06"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2022-04-22"
6 changes: 3 additions & 3 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Save these files to a location where they can easily be accessed. In the first e

## Workshop Repository Setup

You will need a copy of the lesson repository on GitHub to explore how to manage your repo in AWS. This setup will allow you to follow along with the workshop and test out the Interacting with Repositories episode.
You will need a copy of our AWS_helpers repo on GitHub to explore how to manage your repo in AWS. This setup will allow you to follow along with the workshop and test out the Interacting with Repositories episode.

To do this:

1. Go to the workshop's [GitHub repository page](https://github.com/UW-Madison-DataScience/ml-with-aws-sagemaker).
1. Go to the [AWS_helpers GitHub repository](https://github.com/UW-Madison-DataScience/AWS_helpers).
2. Click **Fork** (top right) to create your own copy of the repository under your GitHub account.
3. Once forked, you don't need to do anything else. We'll clone this fork once we start working in the AWS Jupyter environment using...

```python
!git clone https://github.com/YOUR_USERNAME/ml-with-aws-sagemaker.git
!git clone https://github.com/YOUR_USERNAME/AWS_helpers.git
```

0 comments on commit 6c3f222

Please sign in to comment.