You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding -privileged to docker run, which may require modifying the workflow engine
Building the Docker image with a few extra dependencies
There's also the question of whether to pre-package all the supported runtimes in the image, or just provide a base image that others can build on by including their preferred runtimes.
@jdidion the privileged issue can be solved by adding the current user to the docker group. This is not necessarily trivial, but for people looking for running it this way, they may be willing to do this.
Could it be wrapped into docker container which would have pytest and cromwell and this preinstalled?
The text was updated successfully, but these errors were encountered: