Skip to content

Commit

Permalink
feat: add dvc
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed Mar 11, 2024
1 parent 1e484bb commit 128e5fe
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .dvc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/config.local
/cache
5 changes: 5 additions & 0 deletions .dvc/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[core]
remote = clarin_s3
['remote "clarin_s3"']
url = s3://projects/juddges/dvc
endpointurl = https://s3.clarin-pl.eu/
3 changes: 3 additions & 0 deletions .dvcignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore
1 change: 1 addition & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dummy_file.txt
5 changes: 5 additions & 0 deletions data/dummy_file.txt.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
outs:
- md5: d41d8cd98f00b204e9800998ecf8427e
size: 0
hash: md5
path: dummy_file.txt
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
nbdev==2.3.13
streamlit==1.31.1
ruff==0.2.2
coverage==7.4.3
pytest==8.0.2
mypy==1.8.0


requests==2.31.0
pymongo==4.3.3
xmltodict==0.13.0
Expand All @@ -15,3 +7,12 @@ mpire==2.10.0
tenacity==8.2.3
loguru==0.7.2
typer==0.9.0

# dev
nbdev==2.3.13
streamlit==1.31.1
ruff==0.2.2
coverage==7.4.3
pytest==8.0.2
mypy==1.8.0
dvc[s3]==3.48.3

0 comments on commit 128e5fe

Please sign in to comment.