viash-io / viash

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

Make DockerPlatform always run a setup, use `---setup` to force a new setup #57

Closed rcannood closed 3 years ago

rcannood commented 3 years ago

Currently, running a new viash container with a docker backend will produce an error stating that the container can't be found. Running viash run -- ---setup will set up the container by pulling it from docker hub or building it.

We could change this such that the setup will always be performed unless a container with the right name is available. Running ---setup will trigger a repull or rebuild.

rcannood commented 3 years ago

Solved by bc7d7d5dac828ddddddbc330c0a2b8836a9646cd and following commits.