Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fix few things
Browse files Browse the repository at this point in the history
  • Loading branch information
aguschin committed Jul 15, 2022
1 parent a010fc1 commit 3113314
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/use-cases/dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $ dvc remote add myremote -d /tmp/dvcstore/
$ git add .dvc/config
```

[DVC Initialized](https://github.com/iterative/example-mlem-get-started/tree/7-dvc-dvc-init)

Now, we also need to setup MLEM so it knows to use DVC.
Expand All @@ -58,12 +59,13 @@ $ echo "/**/?*.mlem" > .dvcignore
$ git add .dvcignore
```

Now we need to stop Git from keeping already indexed binaries:
Finally, we need to stop Git from keeping already indexed binaries.

```cli
git rm -r --cached .mlem
$ git rm -r --cached .mlem
```

[Configured MLEM to work with DVC](https://github.com/iterative/example-mlem-get-started/tree/8-dvc-mlem-config)

## Saving objects
Expand Down

0 comments on commit 3113314

Please sign in to comment.