Azure / Azure/MachineLearningNotebooks

Azure ML mounting Storage Account

オープン
#1,589 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。