Skip to content

Commit

Permalink
chore: Recommend git clone --recurse-submodules for submodules (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld authored May 2, 2022
1 parent ad06cd4 commit 59e5b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Base AMI (Ubuntu)".
Start by cloning the Determined repo:

```sh
git clone git@github.com:determined-ai/determined.git
git clone --recurse-submodules git@github.com:determined-ai/determined.git
```

#### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ det deploy local cluster-up --no-gpu
# Access web UI at localhost:8080. By default, "determined" user accepts a blank password.

# Navigate to a Determined example.
git clone https://github.com/determined-ai/determined
git clone --recurse-submodules https://github.com/determined-ai/determined
cd determined/examples/computer_vision/cifar10_pytorch

# Submit job to train a single model on a single node.
Expand Down

0 comments on commit 59e5b9b

Please sign in to comment.