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
dsub is a command line tool for running commands in Google Cloud inside a container. @nisthapanda is investigating whether we could use it to run containers in SPRAS because that may be one path toward using SPRAS in the restricted NIH All of US platform. The solution might be a further generalization of our run_container utility function.
This is related to #124 and Podman, another possible backend for containers.
The text was updated successfully, but these errors were encountered:
We don't have immediate plans to generalize this and merge this back into SPRAS. It relies on user-specific information about the environment and location of storage buckets.
@nisthapanda discovered that dsub requires bash to run containers, which isn't available in Alpine Linux. I'm going to test adding bash to PathLinker to see if that resolves her problem.
dsub is a command line tool for running commands in Google Cloud inside a container. @nisthapanda is investigating whether we could use it to run containers in SPRAS because that may be one path toward using SPRAS in the restricted NIH All of US platform. The solution might be a further generalization of our
run_container
utility function.This is related to #124 and Podman, another possible backend for containers.
The text was updated successfully, but these errors were encountered: