Open KazuOnuki opened 1 year ago
Thank you for your feedback. This has been routed to the support team for assistance.
Thank you for opening this issue @KazuOnuki, tagging @azureml-github to take a look. thanks!
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github @Azure/azure-ml-sdk.
+1 any solution for this issue?
@iscai-msft +1 any solution? I don't get an error when sending the docker_args, but it looks like they are not really taking any effect on the container creation. For example when I use: docker_args="-p=8006:8006 --device=/dev/kvm --cap-add=NET_ADMIN --stop-timeout=120", I get errors in the rest of my script because there runtime args were not correctly set
@luigiw can you take a look at this issue? there are multiple people running into this error. Thanks!
@iscai-msft, I'm leading a team at MSR and we're also blocked by this.
@achauhan-scc are you on the ML team and starting work on this issue? There are a lot of people blocked by this issue so fast resolution would be appreciated. Thank you!
@iscai-msft - Yes, I am from AML team and actively looking into the issue, we are targeting a fix in Nov release but before that we need to close some of reviews as it's a very long pending issue (which is taking longer due to many engineers moved around)
Hi, All. This is a report of an issue by Azure Machine Learning Support Engineer. In the command function of SDK V2,
docker_args
argument type is a string and multiple arguments cannot be passed.command
The sample code to reproduce the event is as follows
Sample Code
Error Message
As a result of discussions with the Azure Machine Learning Product Group, it has been determined that the error occurs because the command function in the following public information is implemented as a string, whereas it is passed as a list. I assume that the correction of the implementation of the command function is being checked internally, but I would appreciate it if you could also correct this document.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.