How to Consistently Reference /opt in SageMaker Studio Notebooks and Pipelines?

0

I'm trying to sync how SageMaker Studio Notebooks and Pipelines interact with the /opt/ml/model directory. In Pipelines, you can tweak the instance volume size, but not in Studio Notebooks. However, Notebooks have the benefit of using EFS, which essentially gives you unlimited space.

  1. Would creating a symlink in the notebook like this make sense: ln -s /opt/ml/input /home/sagemaker-user/input?

  2. Or should I rethink my approach?

  • Could you elaborate a bit more on what you want to achieve?

AWS
已提问 6 个月前178 查看次数
1 回答
0

The /opt/ml/ directory is automatically available in the training container. It has no connection with the VM on which your notebook is running. Please add more context as to what you are trying to do.

Ashish
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则