viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

How to install viash into a docker image? #84

Closed hhuuggoo closed 3 years ago

hhuuggoo commented 3 years ago

Hi, I'm following the installation instructions, and was attempting to run them during the build of a Docker image - but it errored out because it seems the installation depends on docker?

Is the proper way to do this, just to lift the necessary steps out of the Dockerifle?

rcannood commented 3 years ago

Hey @hhuuggoo !

I think the easiest way to install viash is to take any docker container that contains bash and java, and run something like wget https://github.com/viash-io/viash/releases/download/0.5.1/viash -O /usr/bin/viash.

Is this what you were looking for?

Kind regards, Robrecht

hhuuggoo commented 3 years ago

Yes, thank you!