Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc devcontainer feature not working on Mac (arm64) #18

Open
johnPertoft opened this issue Jun 3, 2023 · 3 comments
Open

dvc devcontainer feature not working on Mac (arm64) #18

johnPertoft opened this issue Jun 3, 2023 · 3 comments
Labels
A: dvc DVC feature enhancement New feature or request

Comments

@johnPertoft
Copy link

This devcontainer feature install script tries to install via apt, but there doesn't seem to be an arm64 package to download so it fails. Would it make sense to install via pipx or something like that instead?

@johnPertoft johnPertoft changed the title Not working on Mac (arm64) dvc devcontainer feature not working on Mac (arm64) Jun 3, 2023
@shcheklein
Copy link
Member

@johnPertoft just to confirm, do you mean the dvc feature?

@shcheklein shcheklein added A: dvc DVC feature enhancement New feature or request labels Jun 4, 2023
@johnPertoft
Copy link
Author

johnPertoft commented Jun 5, 2023

Yes, as in adding this to your devcontainer.json config

...
"features": {
  "ghcr.io/iterative/features/dvc:1": {}
}

@johnPertoft
Copy link
Author

For anyone with the same problem, this is a workaround/alternative installation method

...
"features": {
  "ghcr.io/devcontainers-contrib/features/pipx-package:1": { "package": "dvc[gs]" }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: dvc DVC feature enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants