We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db93bc commit 57b0f70Copy full SHA for 57b0f70
ignore/doc-qa/how-to-set-up-training-targets/amlcompute2.py
@@ -55,9 +55,6 @@
55
# Use conda_dependencies.yml to create a conda environment in the Docker image for execution
56
run_amlcompute.environment.python.user_managed_dependencies = False
57
58
-# Auto-prepare the Docker image when used for execution (if it is not already prepared)
59
-run_amlcompute.auto_prepare_environment = True
60
-
61
# Specify CondaDependencies obj, add necessary packages
62
run_amlcompute.environment.python.conda_dependencies = CondaDependencies.create(conda_packages=['scikit-learn'])
63
#</run_amlcompute>
0 commit comments