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