Skip to content

Commit 0722b30

Browse files
authored
fix: mlflow deployment NYC (Azure#1908)
1 parent de3e37a commit 0722b30

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

cli/endpoints/batch/nyc-taxi-mlflow-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ $schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json
22
name: nyc-taxi-mlflow-dpl
33
endpoint_name: nyc-taxi-batch
44
model:
5-
path: ./autolog_nyc_taxi
5+
path: nyc-taxi/model
66
compute: azureml:batch-cluster
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python=3.8.14
5+
- pip<=22.0.4
6+
- pip:
7+
- mlflow
8+
- cloudpickle==2.2.0
9+
- psutil==5.8.0
10+
- scikit-learn==0.24.1
11+
- typing-extensions==4.3.0
12+
name: mlflow-env
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
python: 3.8.14
2+
build_dependencies:
3+
- pip==22.0.4
4+
- setuptools==57.5.0
5+
- wheel==0.37.1
6+
dependencies:
7+
- -r requirements.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mlflow
2+
cloudpickle==2.2.0
3+
psutil==5.8.0
4+
scikit-learn==0.24.1
5+
typing-extensions==4.3.0

0 commit comments

Comments
 (0)