Azure / Azure/MachineLearningNotebooks

Azure ML mounting Storage Account

未关闭
#1,589 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
ADO bug Workspace Management
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

Hello,

We are trying to mount an Azure Storage account in Azure ML. This works perfectly fine, until we start a child run. In the logs of the child run, we can see the following:
Set Dataset input__c79bd306's target path to /mnt/batch/tasks/shared/LS_root/jobs/ml-studio-01/azureml/train_classification_model_20210909_fr_1631216080_e3eca838/wd/input__c79bd306_f7faa3c3-938e-4cfc-950b-c91c9827dfa4

But when we try to access the mount, we get the following error: '/mnt/batch/tasks/shared/LS_root/jobs/ml-studio-01/azureml/train_classification_model_20210909_fr_1631216080_e3eca838/wd/input__c79bd306_f7faa3c3-938e-4cfc-950b-c91c9827dfa4': No such file or directory

The code to start the child run can be found below.
Thank you for your help.

`child_config = ScriptRunConfig(source_directory='.',
script='src/main_child.py',
arguments=arguments,
environment=environment,
docker_runtime_config=DockerConfiguration(use_docker=True),
compute_target=compute_target)
run.submit_child(child_config)`

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。