Created
September 13, 2019 12:02
-
-
Save aribornstein/8e36c6ae6b6f0a8659ee7e20a87368a9 to your computer and use it in GitHub Desktop.
aml_aci_env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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