Skip to content

Commit

Permalink
docs: dvc push and add updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenediktF committed Sep 2, 2024
1 parent beb1427 commit 8a159a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- Datasets are stored in the folder datasets. THe version control is handled by dvc. The datasets will be synced to github, but stored at another remote (default: s3)
- To download the dataset files, run `make dvc_pull_s3`
- To upload a new dataset, commit to git and run `make dvc_push_s3`
- To upload a new dataset, run `dvc add datasets/<filename>.zip` and `make dvc_push_s3`

## How to deploy a model

Expand Down

0 comments on commit 8a159a6

Please sign in to comment.