2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
This articles describes how to mount an EFS drive onto a Sagemaker docker image via the Sagemaker APIs: https://www.cnblogs.com/jesse123/p/16300765.html
Best
Didier
0
Hi,
So far, EFS is not supported for processing jobs and inference job. Howerver, if your use case does not require GPUs and can do with less than 10GB of memory per instance, maybe you can perform inference using Lambda containers and layers. Reference: https://aws.amazon.com/cn/blogs/machine-learning/build-reusable-serverless-inference-functions-for-your-amazon-sagemaker-models-using-aws-lambda-layers-and-containers/
answered 2 years ago
Relevant content
- asked 2 years ago

I had a similar requirement to use EFS mount along with sagemaker hosted inference endpoint than s3.I didn't find a supported solution. if I am not wrong, in the shared url, sagemaker API works only with training job and not necessarily specially if it's real time inference hosted via sagemaker endpoint.
Thanks, but as @lkbill mentioned, the solution you reference is for training. I'm looking for an inference solution.