Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Add CPU Conda Config #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
25 changes: 25 additions & 0 deletions {{cookiecutter.project_name}}/Keras_Tensorflow/environment_cpu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: deployment_aml_cpu
dependencies:
# The python interpreter version.
# Currently Azure ML only supports 3.5.2 and later.
- python=3.6
- nb_conda
- tornado
- cudatoolkit==9.0
- tensorflow==1.10.0
- urllib3
- pip:
# Required packages for AzureML execution, history, and data preparation.
- papermill==1.0.1
- python-dotenv==0.10.3
- Pillow==6.1.0
- wget==3.2
- matplotlib==3.1.1
- toolz==0.9.0
- tqdm==4.32.2
- azure-cli==2.0.63
- keras==2.2.0
- azureml-sdk[notebooks, contrib]==1.0.45
- locustio==0.11.0
- prompt-toolkit==2.0.9