We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39a453 commit fb1d951Copy full SHA for fb1d951
diabetes_regression/conda_dependencies.yml
@@ -29,3 +29,4 @@ dependencies:
29
# You must list azureml-defaults as a pip dependency
30
- azureml-defaults==1.0.85
31
- inference-schema[numpy-support]==1.0.1
32
+ - azureml-dataprep==1.1.38
environment_setup/Dockerfile
@@ -13,4 +13,5 @@ RUN conda update -n base -c defaults conda && \
13
conda install python=3.7.5 && \
14
conda env create -f /setup/ci_dependencies.yml && \
15
/bin/bash -c "source activate mlopspython_ci" && \
16
- az --version
+ az --version && \
17
+ chmod -R 777 /usr/local/envs/mlopspython_ci/lib/python3.7
0 commit comments