Skip to content

Commit 57b0f70

Browse files
authored
remove deprecated auto_prepare_environment
1 parent 7db93bc commit 57b0f70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ignore/doc-qa/how-to-set-up-training-targets/amlcompute2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
5555
# Use conda_dependencies.yml to create a conda environment in the Docker image for execution
5656
run_amlcompute.environment.python.user_managed_dependencies = False
5757

58-
# Auto-prepare the Docker image when used for execution (if it is not already prepared)
59-
run_amlcompute.auto_prepare_environment = True
60-
6158
# Specify CondaDependencies obj, add necessary packages
6259
run_amlcompute.environment.python.conda_dependencies = CondaDependencies.create(conda_packages=['scikit-learn'])
6360
#</run_amlcompute>

0 commit comments

Comments
 (0)