Skip to content

Instantly share code, notes, and snippets.

@aribornstein
Created September 13, 2019 12:02
Show Gist options
  • Select an option

  • Save aribornstein/8e36c6ae6b6f0a8659ee7e20a87368a9 to your computer and use it in GitHub Desktop.

Select an option

Save aribornstein/8e36c6ae6b6f0a8659ee7e20a87368a9 to your computer and use it in GitHub Desktop.
aml_aci_env
from azureml.core import Environment
deploy_env = Environment.from_conda_specification('absa_env', "myenv.yml")
deploy_env.environment_variables={'NLP_ARCHITECT_BE': 'CPU'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment