is there a Dockerfile avail for this?
@joehoeller there is no Docker image that is specifically built for DVC. (What would be your use case, btw? DVC seems to be pretty lightweight to be installed independently). There is a Docker image for our second project - CML that also installs DVC among other things- docker://dvcorg/cml-py3:latest.
I need to build out a K8s deployment (helm chart)
@joehoeller would apt install work for you (as described here)?
$ wget https://github.com/iterative/dvc/releases/download/1.9.1/dvc_1.9.1_amd64.deb
$ apt install ./dvc_1.9.1_amd64.deb
No - I’ll build a docker image and deploy it to k8 pods.
On Thu, Nov 5, 2020 at 12:31 PM Ivan Shcheklein notifications@github.com
wrote:
@joehoeller https://github.com/joehoeller would apt install work for
you (as described here
https://dvc.org/doc/install/linux#install-from-package)?$ wget https://github.com/iterative/dvc/releases/download/1.9.1/dvc_1.9.1_amd64.deb
$ apt install ./dvc_1.9.1_amd64.deb—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/iterative/dvc/issues/4849#issuecomment-722560156, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ABHVQHDEFTJBPMMIEDRP4F3SOLVRRANCNFSM4TLVAYGQ
.
@joehoeller sorry, I didn't make it clear I guess. I mean you could use RUN command in your Dockerfile to install dvc. Something like this: https://github.com/iterative/cml/blob/master/docker/Dockerfile#L30 (except that you don't probably need other stuff besides git and dvc). Would it work for you?
I’ll give it a try and see and let you know. Thank you.
@joehoeller Any luck so far? :slightly_smiling_face:
havent had a chance, but ill get there ;)
On Fri, Dec 4, 2020 at 3:46 PM Ruslan Kuprieiev notifications@github.com
wrote:
@joehoeller https://github.com/joehoeller Any luck so far? 🙂
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/iterative/dvc/issues/4849#issuecomment-739038141, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ABHVQHF4E63P6XF75GQVBEDSTFKCZANCNFSM4TLVAYGQ
.
Closing for now, feel free to reopen if you'll have any questions :)