-
Consider the following project structure
- data
- data1
- file1
- file1.dvc
- data2
- file2
- file2.dvc
- .gitignore
`.gitignore` is as follows:
```
data/**
!data/*…
-
# Bug Report
## Description
`dvc exp run` fails and `dvc repro` runs successfully when a cmd is executed from inside of a submodule and the submodule is included as a dependency.
### Reproduce
…
-
# Bug Report
## Description
The default table format generated by `dvc exp show` fails to render version numbers like `2.50.0` as columns.
### Reproduce
Clone https://github.com/iterative/…
-
`dvc repro` fails with error
```shell
bash/convert: line 23: 27742 Broken pipe gunzip -c $input_file
27743 | sed '1,4d'
27744 | se…
-
# Bug Report
## Description
I'm using a `dvc import`ed asset in a project. In a certain environment, I'm using `url.insteadOf` to replace the URL of the repo from which the asset is imported. In m…
-
pip install trapi_predict_kit
Defaulting to user installation because normal site-packages is not writeable
Collecting trapi_predict_kit
Using cached trapi_predict_kit-0.2.3-py3-none-any.whl (21…
-
Hey, this is a really cool project. I was looking for projects with interesting dvc pipelines and found yours. I was wondering if you heard about DagsHub? It’s like GitHub for data science built on to…
-
# Bug Report
## Description
I've faced with corrupted files pulled from GDrive remote. This "corruption" is not reproducable - on one machine it happens while on other it doesn't. I'll t…
-
# Bug Report
## Description
When the terminal is killed while `dvc exp run` is executing, the ref `.git/refs/exps/exec/EXEC_BASELINE` is not removed.
Then when a git commit is made, git might […
-
# Bug Report
## Description
According to the documentation I should use dvc stage add --force when I want to update a stage. However the .gitignore file only gets updated with new output fil…