Skip to content

initialize dvc#144

Draft
MarkMDekker wants to merge 5 commits into
mainfrom
dvc-addition
Draft

initialize dvc#144
MarkMDekker wants to merge 5 commits into
mainfrom
dvc-addition

Conversation

@MarkMDekker

Copy link
Copy Markdown
Collaborator

Dvc initialization

@sverhoeven

Copy link
Copy Markdown
Collaborator

I saw that dvc and conda-lock have conflicting deps.

@Peter9192

Copy link
Copy Markdown
Collaborator

Tried:

git clone git@github.com:imagepbl/effort-sharing.git  # clean version
cd effort-sharing

pip install .
dvc pull
# not installed --> must be added to environment/dependencies

pip install dvs
dvc pull
# requires dvc-azure --> must be added to environment/dependencies

pip install dvc-azure
dvc pull
# collecting... (endlessly) --> needs authentication, which must be documented

az login
# az not installed

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
az login
# now works - enter credentials in browser, back to terminal select default subscription

dvc pull
# failed to fetch data

# try to see if data is on remote
az storage blob list --account-name pbldvcpimageeffortshare --container-name azure://data
# The requested URI does not represent any resource on the server.

Now I'm out of ideas. So to summarize this review:

  • add documentation on how to use azure dvc
  • add dvc and dvc_azure to (optional) package dependencies
  • solve problems encountered in this review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants