This message was deleted.
# ask-anything
s
This message was deleted.
i
Hey! So are you trying to pass extra parameters to the volume? Does the pipeline runs without errors before exporting?
k
Yes .it ran with out errors
e
Can you share your soopervisor.yaml?
k
Okay
e
ah, it should be
mounted_volumes
, youre missing an
s
at the end
k
Im fcaing issue . docker files exists
e
looks like docker isn't installed in the computer
can you check? run
docker --help
in the computer
k
Im running this is aws sagemaker
Do i need to install docker
e
yes, if you're running on sagemaker, sagemaker needs docker
because it uses it to build the image
are you trying to run this on kubernetes/argo?
k
Argo
Back end
e
yeah, you'd need to install docker in sagemaker, cause it needs to build the image there. you'd also need to ensure your sagemaker instance has permissions to push to an image registry