Skip to content

Commit fb1d951

Browse files
authored
azureml-dataprep package (#182)
1 parent a39a453 commit fb1d951

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

diabetes_regression/conda_dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ dependencies:
2929
# You must list azureml-defaults as a pip dependency
3030
- azureml-defaults==1.0.85
3131
- inference-schema[numpy-support]==1.0.1
32+
- azureml-dataprep==1.1.38

environment_setup/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ RUN conda update -n base -c defaults conda && \
1313
conda install python=3.7.5 && \
1414
conda env create -f /setup/ci_dependencies.yml && \
1515
/bin/bash -c "source activate mlopspython_ci" && \
16-
az --version
16+
az --version && \
17+
chmod -R 777 /usr/local/envs/mlopspython_ci/lib/python3.7

0 commit comments

Comments
 (0)