testing docker pipelines
This commit is contained in:
parent
0943349e59
commit
e83d290541
@ -22,7 +22,7 @@ class Pipeline(FunctionCallingBlueprint):
|
||||
docker_cmd = f"docker run {image}"
|
||||
if command:
|
||||
docker_cmd += f" {command}"
|
||||
return os.system(docker_cmd)
|
||||
return docker_cmd #os.system(docker_cmd)
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user