Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove deprecated auto_prepare_environment
  • Loading branch information
sdgilley authored Nov 20, 2019
commit 57b0f701f8852a42ac1ead69c64bfbafc5402c5d
3 changes: 0 additions & 3 deletions ignore/doc-qa/how-to-set-up-training-targets/amlcompute2.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
# Use conda_dependencies.yml to create a conda environment in the Docker image for execution
run_amlcompute.environment.python.user_managed_dependencies = False

# Auto-prepare the Docker image when used for execution (if it is not already prepared)
run_amlcompute.auto_prepare_environment = True

# Specify CondaDependencies obj, add necessary packages
run_amlcompute.environment.python.conda_dependencies = CondaDependencies.create(conda_packages=['scikit-learn'])
#</run_amlcompute>
Expand Down