Skip to content

Commit

Permalink
azureml-dataprep package (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko authored Feb 7, 2020
1 parent a39a453 commit fb1d951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions diabetes_regression/conda_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ dependencies:
# You must list azureml-defaults as a pip dependency
- azureml-defaults==1.0.85
- inference-schema[numpy-support]==1.0.1
- azureml-dataprep==1.1.38
3 changes: 2 additions & 1 deletion environment_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN conda update -n base -c defaults conda && \
conda install python=3.7.5 && \
conda env create -f /setup/ci_dependencies.yml && \
/bin/bash -c "source activate mlopspython_ci" && \
az --version
az --version && \
chmod -R 777 /usr/local/envs/mlopspython_ci/lib/python3.7

0 comments on commit fb1d951

Please sign in to comment.